Lines Matching refs:it
62 for (auto it = listeners_.begin(); it != listeners_.end(); ++it) {
63 if (*it == listener) {
64 listeners_.erase(it);
72 for (auto it: listeners_) {
73 it->LoadModule(name, entryPoint);
81 for (auto it: listeners_) {
82 it->BytecodePcChanged(thread, methodHandle, bcOffset);
89 for (auto it: listeners_) {
90 it->HandleDebuggerStmt(methodHandle, bcOffset);
96 for (auto it: listeners_) {
97 it->NativeCalling(nativeAddress);
103 for (auto it: listeners_) {
104 it->NativeReturn(nativeAddress);
110 for (auto it: listeners_) {
111 it->VmStart();
116 for (auto it: listeners_) {
117 it->VmDeath();
125 for (auto it: listeners_) {
126 it->MethodEntry(methodHandle, envHandle);
132 for (auto it: listeners_) {
133 it->MethodExit(methodHandle);