Searched defs:firstArgIdx (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 81 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 4159 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local 4295 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local 4430 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local
|
| D | slow_runtime_stub.cpp | 318 uint16_t firstArgIdx, uint16_t length) in NewObjRange()
|
| D | interpreter_assembly.cpp | 3976 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleWideNewobjrangePrefImm16V8() local 7446 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleNewobjrangeImm16Imm8V8() local 7588 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleNewobjrangeImm8Imm8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4687 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local 4760 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local 4831 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 3702 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in GenerateCircuit() local 3923 GateRef firstArgIdx = Int32Add(firstArgRegIdx, firstArgOffset); in GenerateCircuit() local 4013 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2219 const JSHandle<JSTaggedValue> &newTarget, uint16_t firstArgIdx, uint16_t length) in RuntimeNewObjRange()
|
| D | runtime_stubs.cpp | 2442 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|