Searched refs:ca (Results 1 – 3 of 3) sorted by relevance
58 CodeAllocator ca(&stats); in TEST_F() local65 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()
56 CodeAllocator ca(&stats); in TEST_F() local58 void *code_buff = ca.AllocateCode(sizeof(buff), static_cast<void *>(&buff[0])); in TEST_F()
60 panda::panda_file::CodeDataAccessor ca {*panda_file_, mda.GetCodeId().value()}; in QueryMethodSymByOffset() local63 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() local97 res.push_back({mda.GetCodeId().value(), ca.GetCodeSize(), ss.str()}); in QueryAllMethodSyms()