Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc527 class CommonLocalVariableClosure : public art::Closure { class
529 CommonLocalVariableClosure(jint depth, jint slot) in CommonLocalVariableClosure() function in openjdkjvmti::CommonLocalVariableClosure
633 class GetLocalVariableClosure : public CommonLocalVariableClosure {
639 : CommonLocalVariableClosure(depth, slot), in GetLocalVariableClosure()
655 return CommonLocalVariableClosure::GetResult(); in GetResult()
765 class SetLocalVariableClosure : public CommonLocalVariableClosure {
772 : CommonLocalVariableClosure(depth, slot), caller_(caller), type_(type), val_(val) {} in SetLocalVariableClosure()