Searched defs:code_start (Results 1 - 8 of 8) sorted by relevance

/external/vixl/examples/
H A Dcustom-disassembler.cc143 Label code_start, code_end; local
144 masm.Bind(&code_start);
148 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
H A Dnon-const-visitor.cc75 Label code_start, code_end; local
76 masm.Bind(&code_start);
80 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h89 code_start(in_code_start) {}
92 lldb::addr_t code_start; member in struct:lldb_private::AppleObjCTrampolineHandler::AppleObjCVTables::VTableDescriptor
/external/vixl/test/examples/
H A Dtest-examples.cc553 Label code_start, code_end; local
554 masm.Bind(&code_start);
558 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start);
/external/bison/src/
H A Dscan-gram.c991 code_start = scanner_cursor = loc->start; \
1322 boundary code_start = scanner_cursor; variable
1784 code_start = loc->start; BEGIN SC_PROLOGUE; variable
1793 code_start = loc->start;
2347 loc->start = code_start;
2365 unexpected_eof (code_start, "}");
2367 loc->start = code_start;
2384 loc->start = code_start;
2393 unexpected_eof (code_start, "%}");
2395 loc->start = code_start;
[all...]
/external/v8/src/
H A Dgdb-jit.cc484 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { argument
488 code_start,
558 uintptr_t code_start,
567 cmd->vmaddr = code_start;
2160 reinterpret_cast<Address>(event->code_start));
2175 reinterpret_cast<Address>(event->code_start));
2195 reinterpret_cast<Address>(event->code_start));
557 WriteSegmentCommand(Writer* w, uintptr_t code_start, uintptr_t code_size) argument
/external/v8/src/heap/
H A Dmark-compact.cc3394 Address code_start = code->address(); local
3395 Address code_end = code_start + code->Size();
3397 uint32_t start_index = MemoryChunk::FastAddressToMarkbitIndex(code_start);
/external/v8/include/
H A Dv8.h4278 void* code_start; member in struct:v8::JitCodeEvent

Completed in 102 milliseconds