Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h447 BranchImpl(thread, method, dex_pc, offset); in Branch()
618 void BranchImpl(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const
Dinstrumentation.cc1292 void Instrumentation::BranchImpl(Thread* thread, in BranchImpl() function in art::instrumentation::Instrumentation