Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 3 of 3) sorted by relevance

/ark/runtime_core/libpandabase/tests/
Dbase_mem_stats_test.cpp58 CodeAllocator ca(&stats); in TEST_F() local
65 tmp = ca.AllocateCode(size1, static_cast<void *>(&buff1[0])); in TEST_F()
66 tmp = ca.AllocateCode(sizeof(buff2), static_cast<void *>(&buff2[0])); in TEST_F()
Dcode_allocator_test.cpp56 CodeAllocator ca(&stats); in TEST_F() local
58 void *code_buff = ca.AllocateCode(sizeof(buff), static_cast<void *>(&buff[0])); in TEST_F()
/ark/runtime_core/libpandafile/external/
Dfile_ext.cpp60 panda::panda_file::CodeDataAccessor ca {*panda_file_, mda.GetCodeId().value()}; in QueryMethodSymByOffset() local
63 entry.length_ = ca.GetCodeSize(); in QueryMethodSymByOffset()
69 offset < mda.GetCodeId().value().GetOffset() + ca.GetCodeSize()) { in QueryMethodSymByOffset()
89 panda::panda_file::CodeDataAccessor ca {*panda_file_, mda.GetCodeId().value()}; in QueryAllMethodSyms() local
97 res.push_back({mda.GetCodeId().value(), ca.GetCodeSize(), ss.str()}); in QueryAllMethodSyms()