Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp80 … JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) in Construct()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3915 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
Dslow_runtime_stub.cpp343 uint16_t firstArgIdx, uint16_t length) in NewObjRange()
Dinterpreter_assembly.cpp3806 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/
Dinterpreter_stub.cpp3885 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/
Druntime_stubs.cpp1566 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h1796 const JSHandle<JSTaggedValue> &newTarget, uint16_t firstArgIdx, uint16_t length) in RuntimeNewObjRange()