Searched defs:startIdx (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | samples_record.cpp | 297 size_t startIdx = findIdx; in FindSampleAndFinetune() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | new_object_stub_builder.cpp | 206 GateRef sp, GateRef startIdx, GateRef numArgs) in NewArgumentsList()
|
D | interpreter_stub-inl.h | 464 GateRef startIdx = Int32Add(Int32Add(numVregs, copyArgs), restIdx); in GetStartIdxAndNumArgs() local
|
D | common_stubs.cpp | 293 GateRef startIdx = Int32(0); in GenerateCircuit() local
|
D | interpreter_stub.cpp | 274 GateRef startIdx = TruncInt64ToInt32(Int64LSR(startIdxAndNumArgs, Int64(32))); in DECLARE_ASM_HANDLER() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 757 uint32_t startIdx) in GetUnmapedArgs() 764 …timeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) in CopyRestArgs()
|
D | interpreter-inl.h | 1589 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()
|
D | interpreter_assembly.cpp | 632 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/ |
D | assembler_aarch64.cpp | 505 int startIdx = -1; in TrySequenceOfOnes() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 1813 uint32_t startIdx) in RuntimeGetUnmapedArgs() 1825 uint32_t startIdx) in RuntimeCopyRestArgs()
|
D | runtime_stubs.cpp | 1588 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local 1599 uint32_t startIdx = 0; in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 198 std::string::size_type startIdx = 0; in ParseUnicodeEscapeString() local
|