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 | 3915 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local 4051 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local 4186 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 | 3806 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleWideNewobjrangePrefImm16V8() local 7033 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleNewobjrangeImm16Imm8V8() local 7175 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in HandleNewobjrangeImm8Imm8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3885 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local 3954 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local 4023 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1566 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 1796 const JSHandle<JSTaggedValue> &newTarget, uint16_t firstArgIdx, uint16_t length) in RuntimeNewObjRange()
|