Home
last modified time | relevance | path

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

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