Searched refs:MethodTable (Results 1 – 2 of 2) sorted by relevance
489 typedef AtomicDexRefMap<MethodReference, CompiledMethod*> MethodTable; typedef493 MethodTable compiled_methods_;
2837 MethodTable::InsertResult result = compiled_methods_.Insert(method_ref, in AddCompiledMethod()2840 CHECK(result == MethodTable::kInsertResultSuccess); in AddCompiledMethod()