Home
last modified time | relevance | path

Searched refs:SetCodeItemOffset (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dart_method.h189 void SetCodeItemOffset(uint32_t new_code_off) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetCodeItemOffset() function
/art/runtime/
Dclass_linker.cc2897 dst->SetCodeItemOffset(it.GetMethodCodeItemOffset()); in LoadMethod()