Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h426 void SetCodeItemOffset(uint32_t new_code_off) REQUIRES_SHARED(Locks::mutator_lock_) { in SetCodeItemOffset() function
Dclass_linker.cc3980 dst->SetCodeItemOffset(method.GetCodeItemOffset()); in LoadMethod()
5309 out->SetCodeItemOffset(0); in CreateProxyMethod()
/art/openjdkjvmti/
Dti_redefine.cc2586 method.SetCodeItemOffset(dex_file_->FindCodeItemOffset(class_def, dex_method_idx)); in UpdateMethods()