Searched defs:numKeys (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1086 uint8_t numKeys = READ_INST_8_0(); in InitBytecodeInfo() local 1095 uint16_t numKeys = READ_INST_16_1(); in InitBytecodeInfo() local
|
| D | interpreter_stub.cpp | 323 GateRef numKeys = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local 333 GateRef numKeys = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
|
| D | slowpath_lowering.cpp | 1801 GateRef numKeys = acc_.GetValueIn(gate, 0); in LowerCreateObjectWithExcludedKeys() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1952 …aggedValue RuntimeStubs::RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeOptCreateObjectWithExcludedKeys() 1973 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeCreateObjectWithExcludedKeys()
|
| D | runtime_stubs.cpp | 1135 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1681 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 353 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys()
|
| D | interpreter-inl.h | 3912 uint8_t numKeys = READ_INST_8_0(); in RunInternal() local 3926 uint16_t numKeys = READ_INST_16_1(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2120 uint8_t numKeys = READ_INST_8_0(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local 3920 uint16_t numKeys = READ_INST_16_1(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local
|