Home
last modified time | relevance | path

Searched defs:codeEntry (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_2.cpp47 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()); in TEST_F() local
571 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); in TEST_F() local
624 auto codeEntry = reinterpret_cast<char *>(GetGraph()->GetCode().Data()); in TEST_F() local
Dcodegen_test_1.cpp155 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()); in CheckLoadArrayPair() local
485 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckBounds() local
549 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckCmp() local
646 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in TEST_F() local
726 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in TEST_F() local
822 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in TEST_F() local
896 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in TEST_F() local
[all …]
Dcodegen_test.h102 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in CheckReturnValue() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dcodegen_test.cpp269 auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in TEST_F() local
328 … auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in CheckSpillFillCoalescingForEvenRegsNumber() local
388 … auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in CheckSpillFillCoalescingForOddRegsNumber() local
495 … auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in CheckLeafPrologue() local
597 … auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in CheckLeafWithParamsOnStackPrologue() local
632 … auto codeEntry = reinterpret_cast<vixl::aarch64::Instruction *>(GetGraph()->GetCode().Data()); in AssertCode() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.h239 auto codeEntry = callconv_->GetCodeEntry(); in CallCodeStore() local
252 auto codeEntry = callconv_->GetCodeEntry(); in CallCodeCall() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp54 FrameInfoTemp &codeEntry, in ParseMethodInfo()
244 void JsStackGetter::GetNativeMethodCallPos(FrameIterator &it, FrameInfoTemp &codeEntry) in GetNativeMethodCallPos()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp181 struct FrameInfo codeEntry = node.codeEntry; in StringifyNodes() local
415 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo()
600 void SamplesRecord::TranslateUrlPositionBySourceMap(struct FrameInfo &codeEntry) in TranslateUrlPositionBySourceMap()
Dcpu_profiler.cpp280 struct FrameInfoTemp codeEntry; in GetStack() local
353 struct FrameInfoTemp codeEntry; in GetStackCallNapi() local
Dsamples_record.h55 struct FrameInfo codeEntry; member
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp131 void Method::SetCodeEntryAndMarkAOTWhenBinding(uintptr_t codeEntry) in SetCodeEntryAndMarkAOTWhenBinding()
Djs_function.h161 void SetCodeEntry(uintptr_t codeEntry) in SetCodeEntry()
Djs_function.cpp1243 void JSFunctionBase::SetCompiledFuncEntry(uintptr_t codeEntry, bool isFastCall) in SetCompiledFuncEntry()
1253 uintptr_t codeEntry = machineCode->GetFuncAddr(); in SetJitCompiledFuncEntry() local
Dobject_factory.cpp2263 JSHandle<JSFunction> ObjectFactory::NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction()
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp63 auto codeEntry = thread->GetFastStubEntry(funcIndex.GetInt()); in DEF_RUNTIME_STUBS() local
Druntime_stubs.cpp781 void RuntimeStubs::DebugOsrEntry([[maybe_unused]] uintptr_t argGlue, const uint8_t *codeEntry) in DebugOsrEntry()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp110 struct FrameInfoTemp codeEntry; in GetStack() local
Dheap_snapshot.cpp888 struct FunctionInfo codeEntry; in AddMethodInfo() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp343 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in ExecModule() local
436 auto codeEntry = reinterpret_cast<char *>(graph->GetCode().Data()); in ExecModule() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
Dsamples_record_test.cpp54 void TranslateUrlPositionBySourceMapTest(struct FrameInfo &codeEntry) in TranslateUrlPositionBySourceMapTest()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp126 const void *codeEntry; in CreateCFrame() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h173 explicit CodeInfo(const void *codeEntry) in CodeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp410 uint64_t codeEntry = entry.codeAddr_; in SetAOTFuncEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3345 GateRef codeEntry = Load(VariableType::NATIVE_POINTER(), method, codeEntryOffset); in SetCodeEntryToFunctionFromMethod() local
3350 …StubBuilder::SetCodeEntryToFunctionFromFuncEntry(GateRef glue, GateRef function, GateRef codeEntry) in SetCodeEntryToFunctionFromFuncEntry()
3438 inline void StubBuilder::SetCompiledFuncEntry(GateRef glue, GateRef jsFunc, GateRef codeEntry, Gate… in SetCompiledFuncEntry()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp528 auto codeEntry = reinterpret_cast<char *>(GetEncoder()->GetLabelAddress(GetLabelEntry())); in CopyToCodeCache() local