Home
last modified time | relevance | path

Searched refs:CallProperty (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DAuthStoreRoleProvider.cs375 memberNames = CallProperty(role, "MembersName", null); in GetUsersInRole()
427 …object objAllRoles = CallProperty(_ObjAzScope != null ? _ObjAzScope : _ObjAzApplication, "Roles", … in GetAllRoles()
442 string name = (string)CallProperty(role, "Name", null); in GetAllRoles()
508 private object CallProperty(object objectToCallOn, string propName, object[] args) in CallProperty() method in System.Web.Security.AuthorizationStoreRoleProvider
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/bytecode_expectations/
H A DIIFE.golden157 /* 317 E> */ B(CallProperty), R(1), R(2), U8(4), U8(14),
169 /* 343 E> */ B(CallProperty), R(1), R(2), U8(5), U8(18),
183 /* 372 E> */ B(CallProperty), R(1), R(2), U8(6), U8(22),
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-builder-unittest.cc196 .CallProperty(reg, reg_list, 1) in TEST_F()
197 .CallProperty(reg, single, 1) in TEST_F()
198 .CallProperty(reg, pair, 1) in TEST_F()
199 .CallProperty(reg, triple, 1) in TEST_F()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4instr_moth.cpp322 MOTH_BEGIN_INSTR(CallProperty) in dumpBytecode()
325 MOTH_END_INSTR(CallProperty) in dumpBytecode()
H A Dqv4instr_moth_p.h106 #define INSTR_CallProperty(op) INSTRUCTION(op, CallProperty, 4, name, base, argc, argv)
285 F(CallProperty) \
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4instr_moth.cpp322 MOTH_BEGIN_INSTR(CallProperty) in dumpBytecode()
325 MOTH_END_INSTR(CallProperty) in dumpBytecode()
H A Dqv4instr_moth_p.h106 #define INSTR_CallProperty(op) INSTRUCTION(op, CallProperty, 4, name, base, argc, argv)
285 F(CallProperty) \
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4vme_moth.cpp725 MOTH_BEGIN_INSTR(CallProperty) in interpret()
727 acc = Runtime::CallProperty::call(engine, STACK_VALUE(base), name, stack + argv, argc); in interpret()
729 MOTH_END_INSTR(CallProperty) in interpret()
H A Dqv4runtimeapi_p.h98 struct Q_QML_PRIVATE_EXPORT CallProperty : Method<Throws::Yes> struct
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4vme_moth.cpp725 MOTH_BEGIN_INSTR(CallProperty) in interpret()
727 acc = Runtime::CallProperty::call(engine, STACK_VALUE(base), name, stack + argv, argc); in interpret()
729 MOTH_END_INSTR(CallProperty) in interpret()
H A Dqv4runtimeapi_p.h98 struct Q_QML_PRIVATE_EXPORT CallProperty : Method<Throws::Yes> struct
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-generator.cc2409 .CallProperty(initializer, args, in BuildClassLiteral()
2519 .CallProperty(initializer, args, in BuildInstanceMemberInitialization()
3605 builder()->CallProperty( in BuildFinalizeIteration()
4388 builder()->CallProperty(iterator.next(), iterator_and_input, in VisitYieldStar()
4648 .CallProperty(accessor, args, in BuildPrivateGetterAccess()
4664 .CallProperty(accessor, args, in BuildPrivateSetterAccess()
4960 builder()->CallProperty(callee, args, in VisitCall()
5606 builder()->StoreAccumulatorInRegister(method).CallProperty( in BuildGetIterator()
5623 builder()->CallProperty(method, RegisterList(obj), in BuildGetIterator()
5682 builder()->CallProperty(iterator.next(), RegisterList(iterator.object()), in BuildIteratorNext()
[all …]
H A Dbytecode-array-builder.h289 BytecodeArrayBuilder& CallProperty(Register callable, RegisterList args,
H A Dbytecodes.h184 V(CallProperty, AccumulatorUse::kWrite, OperandType::kReg, \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-generator.cc2421 .CallProperty(initializer, args, in BuildClassLiteral()
2531 .CallProperty(initializer, args, in BuildInstanceMemberInitialization()
3598 builder()->CallProperty( in BuildFinalizeIteration()
4401 builder()->CallProperty(iterator.next(), iterator_and_input, in VisitYieldStar()
4661 .CallProperty(accessor, args, in BuildPrivateGetterAccess()
4677 .CallProperty(accessor, args, in BuildPrivateSetterAccess()
4989 builder()->CallProperty(callee, args, in VisitCall()
5642 builder()->StoreAccumulatorInRegister(method).CallProperty( in BuildGetIterator()
5659 builder()->CallProperty(method, RegisterList(obj), in BuildGetIterator()
5718 builder()->CallProperty(iterator.next(), RegisterList(iterator.object()), in BuildIteratorNext()
[all …]
H A Dbytecode-array-builder.h296 BytecodeArrayBuilder& CallProperty(Register callable, RegisterList args,
H A Dbytecodes.h186 V(CallProperty, AccumulatorUse::kWrite, OperandType::kReg, \
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1943 .CallProperty(initializer, args, in BuildClassLiteral()
2014 .CallProperty(initializer, args, in BuildInstanceFieldInitialization()
3128 builder()->CallProperty(iterator.next(), iterator_and_input, in VisitYieldStar()
3586 builder()->CallProperty(callee, args, feedback_slot_index); in VisitCall()
4165 builder()->StoreAccumulatorInRegister(method).CallProperty( in BuildGetIterator()
4182 builder()->CallProperty(method, args, in BuildGetIterator()
4201 builder()->CallProperty(method, args, in BuildGetIterator()
4237 builder()->CallProperty(iterator.next(), RegisterList(iterator.object()), in BuildIteratorNext()
4264 .CallProperty(method, receiver_and_args, in BuildCallIteratorMethod()
H A Dbytecode-array-builder.h259 BytecodeArrayBuilder& CallProperty(Register callable, RegisterList args,
H A Dbytecodes.h180 V(CallProperty, AccumulatorUse::kWrite, OperandType::kReg, \
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-generator.cc2738 .CallProperty(initializer, args, in BuildClassLiteral()
2865 .CallProperty(initializer, args, in BuildInstanceMemberInitialization()
3952 builder()->CallProperty( in BuildFinalizeIteration()
4794 builder()->CallProperty(iterator.next(), iterator_and_input, in VisitYieldStar()
5057 .CallProperty(accessor, args, in BuildPrivateGetterAccess()
5073 .CallProperty(accessor, args, in BuildPrivateSetterAccess()
5487 builder()->CallProperty(callee, args, in VisitCall()
6192 builder()->StoreAccumulatorInRegister(method).CallProperty( in BuildGetIterator()
6209 builder()->CallProperty(method, RegisterList(obj), in BuildGetIterator()
6268 builder()->CallProperty(iterator.next(), RegisterList(iterator.object()), in BuildIteratorNext()
[all …]
H A Dbytecode-array-builder.h282 BytecodeArrayBuilder& CallProperty(Register callable, RegisterList args,
H A Dbytecodes.h235 V(CallProperty, ImplicitRegisterUse::kWriteAccumulator, OperandType::kReg, \
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jit/
H A Dqv4baselinejit.cpp395 BASELINEJIT_GENERATE_RUNTIME_CALL(CallProperty, CallResultDestination::InAccumulator); in generate_CallProperty()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jit/
H A Dqv4baselinejit.cpp395 BASELINEJIT_GENERATE_RUNTIME_CALL(CallProperty, CallResultDestination::InAccumulator); in generate_CallProperty()

12