HomeSort by relevance Sort by last modified time
    Searched defs:code_end (Results 1 - 9 of 9) sorted by null

  /art/compiler/debug/
elf_compilation_unit.h 32 uint64_t code_end = 0; member in struct:art::debug::ElfCompilationUnit
  /external/vixl/examples/aarch64/
non-const-visitor.cc 72 Label code_start, code_end; local
75 masm.Bind(&code_end);
78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
custom-disassembler.cc 139 Label code_start, code_end; local
142 masm.Bind(&code_end);
145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
  /external/vixl/test/aarch64/examples/
test-examples.cc 568 Label code_start, code_end; local
571 masm.Bind(&code_end);
574 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
  /external/syslinux/gpxe/src/util/
elf2efi.c 335 unsigned long code_end; local
346 code_end = ( code_start + pe_header->nt.OptionalHeader.SizeOfCode );
350 data_start = code_end;
380 applicable_end = &code_end;
426 if ( data_start < code_end )
427 data_start = code_end;
435 pe_header->nt.OptionalHeader.SizeOfCode = ( code_end - code_start );
  /toolchain/binutils/binutils-2.27/bfd/doc/
chew.c 303 int code_end; member in struct:dict_struct
1290 new_d->code_end = 0;
1299 if (entry->code_end == entry->code_length)
1306 entry->code[entry->code_end] = word;
1308 return entry->code_end++;
  /external/v8/src/compiler/
instruction.h 1367 int32_t code_end() const { return code_end_; } function in class:v8::internal::compiler::final
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 853 const byte* code_end = module_start + function->code_end_offset; local
854 AddFunction(function, code_start, code_end);
893 const byte* code_end) {
896 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end),
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c 9772 UChar *code_begin, *code_end; local
    [all...]

Completed in 521 milliseconds