Home
last modified time | relevance | path

Searched defs:codeBuff (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dcode_allocator_test.cpp66 void *codeBuff = ca.AllocateCode(sizeof(buff), static_cast<void *>(&buff[0U])); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dcode_allocator.cpp45 void *CodeAllocator::AllocateCode(size_t size, const void *codeBuff) in AllocateCode()
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.cpp132 void JsJitDumpElf::AppendData(std::vector<uint8> &codeBuff) in AppendData()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp108 auto codeBuff = assembler->GetSectionAddr(ElfSecName::TEXT); in CollectFuncEntryInfo() local