HomeSort by relevance Sort by last modified time
    Searched refs:GDBJIT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Android.mk 26 GDBJIT.cpp \
  /external/v8/src/
gdb-jit.h 137 #define GDBJIT(action) GDBJITInterface::action
141 #define GDBJIT(action) ((void) 0)
stub-cache.cc 129 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *cache_name, *code));
148 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
168 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
188 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
206 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
231 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *name, *code));
250 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, *name, *code));
270 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, *name, *code));
288 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, *name, *code));
309 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, *name, *code))
    [all...]
compiler.cc 436 GDBJIT(AddCode(Handle<String>(String::cast(script->name())),
448 GDBJIT(AddCode(Handle<String>(), script, info->code(), info));
820 GDBJIT(AddCode(Handle<String>(shared->DebugName()),
code-stubs.cc 81 GDBJIT(AddCode(GDBJITInterface::STUB, *name, code));
full-codegen.cc 343 GDBJIT(RegisterDetailedLineInfo(*code, lineinfo));
    [all...]
builtins.cc     [all...]

Completed in 67 milliseconds