Home
last modified time | relevance | path

Searched defs:code_buff (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dcode_allocator_test.cpp61 void *code_buff = ca.AllocateCode(sizeof(buff), static_cast<void *>(&buff[0])); variable
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.cpp42 void *CodeAllocator::AllocateCode(size_t size, const void *code_buff) in AllocateCode()