Home
last modified time | relevance | path

Searched refs:frame (Results 51 – 75 of 100) sorted by relevance

1234

/art/benchmark/
DAndroid.bp29 "-Wno-frame-larger-than=",
60 "-Wno-frame-larger-than=",
/art/runtime/
Dinstrumentation.cc65 OptionalFrame frame, in MethodExited() argument
72 MethodExited(thread, this_object, method, dex_pc, frame, v); in MethodExited()
142 const InstrumentationStackFrame& frame = i->second; in PopFramesTo() local
143 ArtMethod* method = frame.method_; in PopFramesTo()
150 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
151 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo()
343 const InstrumentationStackFrame& frame = it->second; in InstrumentationInstallStack() local
345 if (frame.interpreter_entry_) { in InstrumentationInstallStack()
352 last_return_pc_ = frame.return_pc_; in InstrumentationInstallStack()
361 CHECK_EQ(m->GetNonObsoleteMethod(), frame.method_->GetNonObsoleteMethod()) in InstrumentationInstallStack()
[all …]
Dinstrumentation.h87 OptionalFrame frame,
98 OptionalFrame frame,
161 const ShadowFrame& frame ATTRIBUTE_UNUSED)
417 OptionalFrame frame, in MethodExitEvent() argument
421 MethodExitEventImpl(thread, this_object, method, dex_pc, frame, return_value); in MethodExitEvent()
477 void WatchedFramePopped(Thread* thread, const ShadowFrame& frame) const in WatchedFramePopped() argument
480 WatchedFramePopImpl(thread, frame); in WatchedFramePopped()
610 OptionalFrame frame,
620 void WatchedFramePopImpl(Thread* thread, const ShadowFrame& frame) const
Dreference_table.cc232 const gc::AllocRecordStackTraceElement& frame = trace->GetStackElement(i); in Dump() local
234 if (frame.GetMethod() == nullptr) { in Dump()
238 os << frame.GetMethod()->PrettyMethod(true) in Dump()
240 << frame.ComputeLineNumber() in Dump()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java191 for (StackTrace.StackFrameData frame : StackTrace.GetStackTrace(target)) { in doRecurTestWith()
192 if (frame.method.getName().startsWith(target_method_name_start)) { in doRecurTestWith()
194 target_frame = frame; in doRecurTestWith()
/art/test/534-checker-bce-deoptimization/
Dinfo.txt8 We fixed the bug by doing single frame deoptimization.
/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java119 FrameData frame = mFrames.get(key); in getFrame() local
120 if (frame == null) { in getFrame()
121 frame = new FrameData(obfuscatedMethodName); in getFrame()
123 return new Frame(frame.clearMethodName, clearSignature, in getFrame()
124 getFileName(clearClassName), frame.getClearLine(obfuscatedLine)); in getFrame()
/art/test/1945-proxy-method-arguments/
Dinfo.txt5 frame, it could end up with a stale reference, as the corresponding
/art/test/1953-pop-frame/
Dclass-loading-expected.patch19 > Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 > Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt64 Test redefining frame being popped.
69 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
78 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
85 Test stopped with monitor in enclosing frame.
/art/test/1956-pop-frame-jit-calling/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt77 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
87 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
98 Test redefining frame being popped.
103 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
112 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
119 Test stopped with monitor in enclosing frame.
/art/test/1954-pop-frame-jit/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt77 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
87 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
98 Test redefining frame being popped.
103 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
112 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
119 Test stopped with monitor in enclosing frame.
/art/test/1955-pop-frame-jit-called/
Djvm-expected.patch19 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
29 < Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
Dexpected.txt77 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
87 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
98 Test redefining frame being popped.
103 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
112 Failed to pop frame due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
119 Test stopped with monitor in enclosing frame.
/art/test/083-compiler-regressions/
Dinfo.txt12 largeFrame Stress large frame codegen
/art/runtime/interpreter/
Dinterpreter.h75 bool PrevFrameWillRetry(Thread* self, const ShadowFrame& frame)
/art/tools/tracefast-plugin/
Dtracefast.cc56 art::instrumentation::OptionalFrame frame ATTRIBUTE_UNUSED, in MethodExited()
64 art::instrumentation::OptionalFrame frame ATTRIBUTE_UNUSED, in MethodExited()
118 const art::ShadowFrame& frame ATTRIBUTE_UNUSED) in WatchedFramePop()
/art/build/
DAndroid.bp144 // "-fno-omit-frame-pointer",
178 // Bug: 15446488. We don't omit the frame pointer to work around
180 "-fno-omit-frame-pointer",
244 cflags: ["-Wno-frame-larger-than="],
247 cflags: ["-Wno-frame-larger-than="],
/art/openjdkjvmti/
Devents.cc602 void AddDelayedNonStandardExitEvent(const art::ShadowFrame* frame, bool is_object, jvalue val) in AddDelayedNonStandardExitEvent() argument
618 if (UNLIKELY(is_object && non_standard_exits_.find(frame) != non_standard_exits_.end())) { in AddDelayedNonStandardExitEvent()
619 to_cleanup = non_standard_exits_.find(frame)->second.return_val_obj_; in AddDelayedNonStandardExitEvent()
621 non_standard_exits_.insert_or_assign(frame, saved); in AddDelayedNonStandardExitEvent()
648 art::instrumentation::OptionalFrame frame, in MethodExited() argument
654 if (frame.has_value() && UNLIKELY(event_handler_->IsEventEnabledAnywhere( in MethodExited()
656 DCHECK(!frame->get().GetSkipMethodExitEvents()); in MethodExited()
661 const art::ShadowFrame* sframe = &frame.value().get(); in MethodExited()
703 art::instrumentation::OptionalFrame frame, in MethodExited() argument
705 if (frame.has_value() && in MethodExited()
[all …]
/art/test/
DAndroid.bp40 "-Wno-frame-larger-than=",
385 "1924-frame-pop-toggle/frame_pop_toggle.cc",
386 "1926-missed-frame-pop/frame_pop_missed.cc",
398 "1953-pop-frame/pop_frame.cc",
440 // "1952-pop-frame-jit/pop_frame.cc",
446 "2031-zygote-compiled-frame-deopt/native-wait.cc",
642 "2031-zygote-compiled-frame-deopt/native-wait.cc",
754 "1916-get-set-current-frame/src/art/Test1916.java",
755 "1917-get-stack-frame/src/art/Test1917.java",
759 "1923-frame-pop/src/art/Test1923.java",
[all …]
/art/runtime/arch/arm/
Dcontext_arm.h39 void FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& fr) override;
/art/runtime/jni/
Djni_env_ext.cc213 uintptr_t frame, in RemoveMonitors() argument
220 [self, frame, monitors](const std::pair<uintptr_t, jobject>& pair) in RemoveMonitors()
222 if (frame == pair.first) { in RemoveMonitors()
/art/runtime/arch/arm64/
Dcontext_arm64.h39 void FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& fr) override;

1234