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