Searched defs:firstArgIdx (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | invoke_cache.cpp | 80 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 D | baseline_stubs.cpp | 3676 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 D | interpreter_stub.cpp | 4647 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 D | slow_runtime_stub.cpp | 317 NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) NewObjRange() argument
|
| H A D | interpreter-inl.cpp | 4190 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 D | runtime_stubs.cpp | 2464 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
Completed in 78 milliseconds