Searched defs:firstArgIdx (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 80 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 4126 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local 4262 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local 4397 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local
|
| D | slow_runtime_stub.cpp | 343 uint16_t firstArgIdx, uint16_t length) in NewObjRange()
|
| D | interpreter_assembly.cpp | 3944 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleWideNewobjrangePrefImm16V8() local 7236 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleNewobjrangeImm16Imm8V8() local 7378 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleNewobjrangeImm8Imm8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4195 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local 4266 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local 4335 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2049 const JSHandle<JSTaggedValue> &newTarget, uint16_t firstArgIdx, uint16_t length) in RuntimeNewObjRange()
|
| D | runtime_stubs.cpp | 2189 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|