Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp81 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp4159 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
Dslow_runtime_stub.cpp318 uint16_t firstArgIdx, uint16_t length) in NewObjRange()
Dinterpreter_assembly.cpp3976 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/
Dinterpreter_stub.cpp4687 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/
Dbaseline_stubs.cpp3702 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/
Druntime_stubs-inl.h2219 const JSHandle<JSTaggedValue> &newTarget, uint16_t firstArgIdx, uint16_t length) in RuntimeNewObjRange()
Druntime_stubs.cpp2442 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local