Home
last modified time | relevance | path

Searched refs:GetText (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp50 uint8_t *textStart = reinterpret_cast<uint8_t*>(GetText()); in SetText()
81 uint8_t *textStart = reinterpret_cast<uint8_t*>(GetText()); in SetNonText()
147 uint8_t *textStart = reinterpret_cast<uint8_t*>(GetText()); in SetData()
150 reinterpret_cast<void*>(GetText()) << ", size:" << instrSize << in SetData()
180 uint8_t *textStart = reinterpret_cast<uint8_t*>(GetText()); in SetBaselineCodeData()
210 reinterpret_cast<void*>(GetText()) << ", size:" << instrSizeAlign << in SetBaselineCodeData()
222 uintptr_t textStart = GetText(); in IsInText()
229 uintptr_t textStart = GetText(); in CalCallSiteInfo()
247 uintptr_t MachineCode::GetText() const in GetText() function in panda::ecmascript::MachineCode
262 return reinterpret_cast<uint8_t*>(GetText() in GetStackMapOrOffsetTableAddress()
[all...]
H A Djit_fort.cpp130 uintptr_t addr = obj->GetText(); in MarkJitFortMemAlive()
158 uintptr_t addr = obj->GetText(); in MarkJitFortMemInstalled()
H A Dmachine_code.h237 uintptr_t GetText() const;
/arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailstext_fuzzer/
H A Dpttypesexceptiondetailstext_fuzzer.cpp35 details.GetText(); in PtTypesExceptionDetailsTextFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dexception_details.h45 const std::string &GetText() const in GetText() function in ark::tooling::inspector::final
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dasm_info.h150 const MapleString &GetText() const in GetText() function in maplebe::AsmInfo
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp355 EXPECT_EQ("text0", exceptionMetaData->GetText());
380 EXPECT_EQ("text0", exceptionMetaData->GetText());
406 EXPECT_EQ("text0", exceptionMetaData->GetText());
433 EXPECT_EQ("text0", exceptionMetaData->GetText());
462 EXPECT_EQ("text0", exceptionMetaData->GetText());
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h637 const std::string &GetText() const in GetText() function in panda::ecmascript::tooling::final::final
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp264 (void)Emit(asmInfo->GetText()); in EmitAsmLabel()

Completed in 14 milliseconds