| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | test_runtime_stubs.cpp | 67 auto codeEntry = thread->GetFastStubEntry(funcIndex.GetInt()); in DEF_RUNTIME_STUBS() local
|
| H A D | runtime_stubs.cpp | 734 void RuntimeStubs::DebugOsrEntry([[maybe_unused]] uintptr_t argGlue, const uint8_t *codeEntry) in DebugOsrEntry() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| H A D | codegen_test.h | 102 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckReturnValue() local
|
| H A D | codegen_test_2.cpp | 47 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); in TEST_F() local 106 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in TEST_F() local 502 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in TEST_F() local 536 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 571 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); TEST_F() local 624 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); TEST_F() local [all...] |
| H A D | codegen_test_1.cpp | 155 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckStoreArray() local 231 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckLoadArray() local 313 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckStoreArrayPair() local 407 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); CheckLoadArrayPair() local 485 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); CheckBounds() local 549 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); CheckCmp() local 646 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 726 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 822 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 896 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 967 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1041 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1092 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1165 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1231 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1294 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1354 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1415 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1482 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1522 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1588 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); TEST_F() local 1661 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); TEST_F() local 1722 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); TEST_F() local 1769 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | encoder64_test.h | 239 auto codeEntry = callconv_->GetCodeEntry(); in CallCodeStore() local 252 auto codeEntry = callconv_->GetCodeEntry(); in CallCodeCall() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | method.cpp | 131 void Method::SetCodeEntryAndMarkAOTWhenBinding(uintptr_t codeEntry) in SetCodeEntryAndMarkAOTWhenBinding() argument
|
| H A D | js_function.cpp | 1190 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry() argument 1200 uintptr_t codeEntry = machineCode->GetFuncAddr(); in SetJitCompiledFuncEntry() local
|
| H A D | object_factory.cpp | 2071 JSHandle<JSFunction> ObjectFactory::NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
| H A D | samples_record_test.cpp | 54 void TranslateUrlPositionBySourceMapTest(struct FrameInfo &codeEntry) in TranslateUrlPositionBySourceMapTest() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | codegen_test.cpp | 263 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in TEST_F() local 322 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in CheckSpillFillCoalescingForEvenRegsNumber() local 382 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in CheckSpillFillCoalescingForOddRegsNumber() local 489 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); CheckLeafPrologue() local 591 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); CheckLeafWithParamsOnStackPrologue() local 626 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); global() variable [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_sampling.cpp | 111 struct FrameInfoTemp codeEntry; in GetStack() local
|
| H A D | heap_snapshot.cpp | 889 struct FunctionInfo codeEntry; in AddMethodInfo() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.cpp | 51 ParseMethodInfo(struct MethodKey &methodKey, const FrameIterator &it, const EcmaVM *vm, FrameInfoTemp &codeEntry, bool isCpuProfiler) ParseMethodInfo() argument 244 GetNativeMethodCallPos(FrameIterator &it, FrameInfoTemp &codeEntry) GetNativeMethodCallPos() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator_test.cpp | 343 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in ExecModule() local 436 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in ExecModule() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | stack_walker.cpp | 126 const void *codeEntry; in CreateCFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | cpu_profiler.cpp | 285 struct FrameInfoTemp codeEntry; in GetStack() local 358 struct FrameInfoTemp codeEntry; in GetStackCallNapi() local
|
| H A D | samples_record.h | 54 struct FrameInfo codeEntry;
member
|
| H A D | samples_record.cpp | 184 struct FrameInfo codeEntry = node.codeEntry; in StringifyNodes() local 418 InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) InsertStackInfo() argument 603 TranslateUrlPositionBySourceMap(struct FrameInfo &codeEntry) TranslateUrlPositionBySourceMap() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | code_info.h | 173 explicit CodeInfo(const void *codeEntry) in CodeInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 402 uint64_t codeEntry = entry.codeAddr_; in SetAOTFuncEntry() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen.cpp | 543 auto codeEntry = reinterpret_cast<char *>(GetEncoder()->GetLabelAddress(GetLabelEntry())); in CopyToCodeCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder-inl.h | 3175 GateRef codeEntry = Load(VariableType::NATIVE_POINTER(), method, codeEntryOffset); in SetCodeEntryToFunctionFromMethod() local 3177 Store(VariableType::NATIVE_POINTER(), glue, function, funcOffset, codeEntry); in SetCodeEntryToFunctionFromMethod() local 3180 inline void StubBuilder::SetCodeEntryToFunctionFromFuncEntry(GateRef glue, GateRef function, GateRef codeEntry) in SetCodeEntryToFunctionFromFuncEntry() argument 3183 Store(VariableType::NATIVE_POINTER(), glue, function, funcOffset, codeEntry); in SetCodeEntryToFunctionFromFuncEntry() local 3260 inline void StubBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, GateRef isFastCall) in SetCompiledFuncEntry() argument
|