Home
last modified time | relevance | path

Searched defs:Execute (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_method.cc890 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute() function in openjdkjvmti::GetLocalVariableClosure
1070 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute() function in openjdkjvmti::SetLocalVariableClosure
/art/runtime/interpreter/
Dinterpreter.cc250 static inline JValue Execute( in Execute() function