Home
last modified time | relevance | path

Searched defs:startIdx (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp297 size_t startIdx = findIdx; in FindSampleAndFinetune() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp206 GateRef sp, GateRef startIdx, GateRef numArgs) in NewArgumentsList()
Dinterpreter_stub-inl.h464 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
Dcommon_stubs.cpp293 GateRef startIdx = Int32(0); in GenerateCircuit() local
Dinterpreter_stub.cpp274 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp757 uint32_t startIdx) in GetUnmapedArgs()
764 …timeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) in CopyRestArgs()
Dinterpreter-inl.h1589 uint32_t startIdx = 0; in RunInternal() local
5699 uint32_t startIdx = 0; in RunInternal() local
5713 uint32_t startIdx = 0; in RunInternal() local
7276 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs()
Dinterpreter_assembly.cpp632 uint32_t startIdx = 0; in HandleGetunmappedargs() local
2151 uint32_t startIdx = 0; in HandleCopyrestargsImm8() local
3316 uint32_t startIdx = 0; in HandleWideCopyrestargsPrefImm16() local
7551 uint32_t InterpreterAssembly::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp505 int startIdx = -1; in TrySequenceOfOnes() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1813 uint32_t startIdx) in RuntimeGetUnmapedArgs()
1825 uint32_t startIdx) in RuntimeCopyRestArgs()
Druntime_stubs.cpp1588 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local
1599 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp198 std::string::size_type startIdx = 0; in ParseUnicodeEscapeString() local