getFrameState    1666 core/CodegenLIR.cpp         CodegenLabel& label = state->verifier->getFrameState(state->pc)->label;
getFrameState    5222 core/CodegenLIR.cpp         patchLater(br, state->verifier->getFrameState(pc_off)->label);
getFrameState    5226 core/CodegenLIR.cpp         patchLater(jtbl, state->verifier->getFrameState(pc_off)->label, index);
getFrameState     295 core/Verifier.cpp 				getFrameState((int)(pc-code_pos))->targetOfBackwardsBranch = true;
getFrameState    2514 core/Verifier.cpp 		FrameState *targetState = getFrameState((int)(target-code_pos));
getFrameState    2840 core/Verifier.cpp 				getFrameState(handler->target)->targetOfBackwardsBranch = true;
getFrameState     104 core/Verifier.h 		FrameState* getFrameState(int pc_off);