Home
last modified time | relevance | path

Searched defs:firstArgIdx (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.cpp80 Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) Construct() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp3676 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in GenerateCircuit() local
3897 GateRef firstArgIdx = Int32Add(firstArgRegIdx, firstArgOffset); in GenerateCircuit() local
3987 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4647 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local
4720 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local
4791 GateRef firstArgIdx = Int16Add(firstArgRegIdx, firstArgOffset); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp317 NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) NewObjRange() argument
H A Dinterpreter-inl.cpp4190 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local
4326 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local
4461 uint16_t firstArgIdx = firstArgRegIdx + firstArgOffset; in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2464 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local

Completed in 55 milliseconds