Searched refs:MethodTable (Results 1 – 2 of 2) sorted by relevance
306 using MethodTable = AtomicDexRefMap<MethodReference, CompiledMethod*>; variable309 MethodTable compiled_methods_;
2786 MethodTable::InsertResult result = compiled_methods_.Insert(method_ref, in AddCompiledMethod()2789 CHECK(result == MethodTable::kInsertResultSuccess); in AddCompiledMethod()