HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 26 - 50 of 620) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug
63 var script = Debug.findScript(F25);
65 assertEquals(0, Debug.scriptBreakPoints().length);
67 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 1, 1, "true || false || false" (…)
    [all...]
debug-multiple-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-script.js 28 // Flags: --expose-debug-as debug --expose-gc --send-idle-notification
30 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug;
41 var scripts = Debug.scripts();
43 if (scripts[i].type == Debug.ScriptType.Native) {
52 } else if (scripts[i].type == Debug.ScriptType.Extension)
    [all...]
function-source.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
42 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h))
    [all...]
debug-event-listener.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple function which stores the last debug event.
35 if (event == Debug.DebugEvent.Break ||
36 event == Debug.DebugEvent.Exception
    [all...]
debug-ignore-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-script-breakpoints-closure.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-script-breakpoints-nested.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
  /external/v8/test/mjsunit/
debug-enable-disable-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-liveedit-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug
63 var script = Debug.findScript(F25);
65 assertEquals(0, Debug.scriptBreakPoints().length);
67 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 1, 1, "true || false || false" (…)
    [all...]
debug-multiple-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-script.js 28 // Flags: --expose-debug-as debug --expose-gc
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
40 var scripts = Debug.scripts();
42 if (scripts[i].type == Debug.ScriptType.Native) {
51 } else if (scripts[i].type == Debug.ScriptType.Extension)
    [all...]
function-source.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
42 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h))
    [all...]
  /external/chromium_org/v8/src/arm/
debug-arm.cc 33 #include "debug.h"
40 return Debug::IsDebugBreakAtReturn(rinfo());
50 // to a call to the debug break return code.
53 // <debug break return code entry point address>
58 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
70 // A debug break in the frame exit code is identified by the JS frame exit code
72 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
80 // Check whether the debug break slot instructions have been patched.
87 // Patch the code changing the debug break slot code from
91 // to a call to the debug break slot code
    [all...]
  /external/chromium_org/v8/src/mips/
debug-mips.cc 35 #include "debug.h"
43 return Debug::IsDebugBreakAtReturn(rinfo());
63 Isolate::Current()->debug()->debug_break_return()->entry())));
81 // A debug break in the exit code is identified by the JS frame exit code
83 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
91 // Check whether the debug break slot instructions have been patched.
98 // Patch the code changing the debug break slot code from:
103 // to a call to the debug break slot code.
108 Isolate::Current()->debug()->debug_break_slot()->entry())));
119 const bool Debug::FramePaddingLayout::kIsSupported = false
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
Debug_InstructionCountTest.java 20 import android.os.Debug;
27 Debug.InstructionCount instructionCount = new Debug.InstructionCount();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
record-event-listener.rb 5 module Debug
7 =begin rdoc ANTLR3::Debug::RecordEventListener
9 A debug listener that records intercepted events as strings in an array.
24 end # module Debug
  /external/nist-sip/java/gov/nist/core/
Debug.java 33 * A class to do debug printfs
35 public class Debug {
37 public static boolean debug = false; field in class:Debug
43 Debug.stackLogger = stackLogger;
47 if ((parserDebug || debug )&& stackLogger != null )
51 if ((parserDebug || debug ) && stackLogger != null) {
57 if ((parserDebug || debug) && stackLogger != null ) {
  /external/v8/src/arm/
debug-arm.cc 33 #include "debug.h"
40 return Debug::IsDebugBreakAtReturn(rinfo());
50 // to a call to the debug break return code.
58 // <debug break return code entry point address>
68 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
80 // A debug break in the frame exit code is identified by the JS frame exit code
82 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
90 // Check whether the debug break slot instructions have been patched.
97 // Patch the code changing the debug break slot code from
101 // to a call to the debug break slot code
    [all...]
  /external/v8/src/ia32/
debug-ia32.cc 33 #include "debug.h"
42 return Debug::IsDebugBreakAtReturn(rinfo());
46 // Patch the JS frame exit code with a debug break call. See
53 rinfo()->PatchCodeWithCall(isolate->debug()->debug_break_return()->entry(),
65 // A debug break in the frame exit code is identified by the JS frame exit code
67 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
75 // Check whether the debug break slot instructions have been patched.
84 isolate->debug()->debug_break_slot()->entry(),
128 #ifdef DEBUG
129 __ RecordComment("// Calling from debug break to runtime - come in - over")
    [all...]
  /external/v8/src/mips/
debug-mips.cc 35 #include "debug.h"
43 return Debug::IsDebugBreakAtReturn(rinfo());
63 Isolate::Current()->debug()->debug_break_return()->entry())));
81 // A debug break in the exit code is identified by the JS frame exit code
83 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
91 // Check whether the debug break slot instructions have been patched.
98 // Patch the code changing the debug break slot code from:
103 // to a call to the debug break slot code.
108 Isolate::Current()->debug()->debug_break_slot()->entry())));
152 #ifdef DEBUG
    [all...]
  /external/v8/src/x64/
debug-x64.cc 34 #include "debug.h"
43 return Debug::IsDebugBreakAtReturn(rinfo());
47 // Patch the JS frame exit code with a debug break call. See
54 Isolate::Current()->debug()->debug_break_return()->entry(),
66 // A debug break in the frame exit code is identified by the JS frame exit code
68 bool Debug::IsDebugBreakAtReturn(v8::internal::RelocInfo* rinfo) {
76 // Check whether the debug break slot instructions have been patched.
84 Isolate::Current()->debug()->debug_break_slot()->entry(),
130 #ifdef DEBUG
131 __ RecordComment("// Calling from debug break to runtime - come in - over")
    [all...]
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 488 long nativeMax = Debug.getNativeHeapSize() / 1024;
489 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024;
490 long nativeFree = Debug.getNativeHeapFreeSize() / 1024;
492 Debug.MemoryInfo memInfo = new Debug.MemoryInfo();
493 Debug.getMemoryInfo(memInfo);
539 // Before we start trigger a GC and reset the debug counts. Run the
547 Debug.resetAllCounts();
550 Debug.startAllocCounting();
560 Debug.stopAllocCounting()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 19 import com.android.layoutlib.bridge.util.Debug;
101 if (Debug.DEBUG) {
125 if (Debug.DEBUG) {
139 if (Debug.DEBUG) {
  /external/v8/src/
debug.h 34 #include "debug-agent.h"
45 #include "../include/v8-debug.h"
199 // Linked list holding debug info objects. The debug info objects are kept as
200 // weak handles to avoid a debug info object to keep a function alive.
211 // Global (weak) handle to the debug info object.
221 // This class controls the debug info for all functions which currently have
222 // active breakpoints in them. This debug info is held in the heap root object
225 class Debug {
269 // Find the builtin to use for invoking the debug brea
946 Debug* debug = isolate->debug(); local
    [all...]

Completed in 492 milliseconds

12 3 4 5 6 7 8 91011>>