Home
last modified time | relevance | path

Searched defs:numKeys (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1086 uint8_t numKeys = READ_INST_8_0(); in InitBytecodeInfo() local
1095 uint16_t numKeys = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp323 GateRef numKeys = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local
333 GateRef numKeys = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp1801 GateRef numKeys = acc_.GetValueIn(gate, 0); in LowerCreateObjectWithExcludedKeys() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1952 …aggedValue RuntimeStubs::RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeOptCreateObjectWithExcludedKeys()
1973 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp1135 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/
Dslow_runtime_stub.cpp353 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys()
Dinterpreter-inl.h3912 uint8_t numKeys = READ_INST_8_0(); in RunInternal() local
3926 uint16_t numKeys = READ_INST_16_1(); in RunInternal() local
Dinterpreter_assembly.cpp2120 uint8_t numKeys = READ_INST_8_0(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local
3920 uint16_t numKeys = READ_INST_16_1(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local