Searched refs:CommonLocalVariableClosure (Results 1 – 1 of 1) sorted by relevance
527 class CommonLocalVariableClosure : public art::Closure { class529 CommonLocalVariableClosure(jint depth, jint slot) in CommonLocalVariableClosure() function in openjdkjvmti::CommonLocalVariableClosure633 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()