Searched refs:LoadAllocationStatsAddress (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 3184 void Assembler::LoadAllocationStatsAddress(Register dest, intptr_t cid, in LoadAllocationStatsAddress() function in dart::Assembler 3212 LoadAllocationStatsAddress(temp_reg, cid, inline_isolate); in MaybeTraceAllocation() 3286 LoadAllocationStatsAddress(temp_reg, cls.id(), in TryAllocate() 3328 LoadAllocationStatsAddress(temp2, cid, /* inline_isolate = */ false); in TryAllocateArray()
|
D | assembler_arm.h | 1087 void LoadAllocationStatsAddress(Register dest, intptr_t cid,
|