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

  /art/compiler/debug/
elf_compilation_unit.h 32 uint64_t code_end = 0; member in struct:art::debug::ElfCompilationUnit
  /art/runtime/jit/
profiling_info.cc 48 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; local
52 while (code_ptr < code_end) {
  /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 );
  /art/compiler/optimizing/
code_generator.cc 730 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; local
733 while (code_ptr < code_end) {
    [all...]
  /toolchain/binutils/binutils-2.25/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/pdfium/core/fxcodec/lgif/
fx_gif.h 141 uint16_t code_end; member in class:CGifLZWDecoder
195 uint16_t code_end; member in class:CGifLZWEncoder
  /external/v8/src/compiler/
instruction.h 1367 int32_t code_end() const { return code_end_; } function in class:v8::internal::compiler::final
    [all...]
  /art/compiler/driver/
compiler_driver.cc 765 const uint16_t* code_end = code_item->insns_ + code_item->insns_size_in_code_units_; local
768 while (code_ptr < code_end) {
    [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...]
  /art/oatdump/
oatdump.cc 884 const uint16_t* code_end = code_item->insns_ + code_item_size; local
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c 9772 UChar *code_begin, *code_end; local
    [all...]

Completed in 1769 milliseconds