Lines Matching refs:Method
60 klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args),
73 ArtMethod* const method;
93 int stack_depth, ArtMethod* method)
95 stack_depth_(stack_depth), method_(method) {
132 // A single-step is initiated in a suspended thread. We save here the current method and the
135 // causes the execution of an instruction in a different method or at a different line number.
152 kSelectiveDeoptimization, // deoptimize one method.
153 kSelectiveUndeoptimization // undeoptimize one method.
161 // Create a new JNI global reference for the method.
162 SetMethod(other.Method());
165 ArtMethod* Method() const SHARED_REQUIRES(Locks::mutator_lock_);
189 // TODO we could use a union to hold the instrumentation_event and the method since they
196 // Method for selective deoptimization.
241 // Returns true if a method has any breakpoints.
242 static bool MethodHasAnyBreakpoints(ArtMethod* method)
511 ArtMethod* method, uint32_t new_dex_pc,
537 // Indicates whether we need to force the use of interpreter to invoke a method.
538 // This allows to single-step or continue into the called method.
548 // method through the resolution trampoline. This allows to single-step or continue into
549 // the called method.
559 // a method through the resolution trampoline. This allows to deoptimize the stack for
560 // debugging when we returned from the called method.
609 // JdwpState::ProcessRequest). The reply will be sent by the event thread itself after method
621 // Called by the event thread to execute a method prepared by the JDWP thread in the given
729 static void PostLocationEvent(ArtMethod* method, int pcOffset,