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

  /external/vixl/examples/
non-const-visitor.cc 75 Label code_start, code_end; local
76 masm.Bind(&code_start);
80 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
custom-disassembler.cc 143 Label code_start, code_end; local
144 masm.Bind(&code_start);
148 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
  /external/bison/src/
scan-gram.l 48 code_start = scanner_cursor = loc->start; \
134 boundary code_start = scanner_cursor;
260 "%{" code_start = loc->start; BEGIN SC_PROLOGUE;
266 code_start = loc->start;
650 loc->start = code_start;
662 unexpected_eof (code_start, "}");
664 loc->start = code_start;
680 loc->start = code_start;
687 unexpected_eof (code_start, "%}");
689 loc->start = code_start;
    [all...]
scan-gram.c 1322 boundary code_start = scanner_cursor; variable
1784 code_start = loc->start; BEGIN SC_PROLOGUE; variable
    [all...]
  /external/v8/src/third_party/vtune/
vtune-jit.cc 191 jmethod.method_load_address = event->code_start;
207 GetEntries()->find(event->code_start);
229 GetEntries()->erase(event->code_start);
262 GetEntries()->insert(std::pair <void*, void*>(event->code_start, event->user_data));
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.h 89 code_start(in_code_start) {}
92 lldb::addr_t code_start; member in struct:lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::VTableDescriptor
AppleObjCTrampolineHandler.cpp 368 lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start;
395 if (addr <= (*pos).code_start)
413 s.Printf ("Code start: 0x%" PRIx64 " Flags: %d\n", m_descriptors[i].code_start, m_descriptors[i].flags);
    [all...]
  /art/compiler/
common_compiler_test.h 50 static void MakeExecutable(const void* code_start, size_t code_length);
common_compiler_test.cc 109 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
110 CHECK(code_start != nullptr);
112 uintptr_t data = reinterpret_cast<uintptr_t>(code_start);
  /external/vixl/test/examples/
test-examples.cc 553 Label code_start, code_end; local
554 masm.Bind(&code_start);
558 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
  /external/v8/src/
gdb-jit.cc 484 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) {
488 code_start,
558 uintptr_t code_start,
567 cmd->vmaddr = code_start;
    [all...]
log.cc 510 event.code_start = code->instruction_start();
528 event.code_start = from_code->instruction_start();
548 event.code_start = from_code->instruction_start();
585 event.code_start = code->instruction_start();
    [all...]
  /external/v8/src/heap/
mark-compact.cc 3394 Address code_start = code->address(); local
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/include/
v8.h 4278 void* code_start; member in struct:v8::JitCodeEvent
    [all...]

Completed in 836 milliseconds