HomeSort by relevance Sort by last modified time
    Searched defs:code_end (Results 1 - 12 of 12) 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 57 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; local
61 while (code_ptr < code_end) {
  /external/vixl/examples/
non-const-visitor.cc 75 Label code_start, code_end; local
78 masm.Bind(&code_end);
81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
custom-disassembler.cc 143 Label code_start, code_end; local
146 masm.Bind(&code_end);
149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
  /external/v8/test/cctest/
test-sampler-api.cc 123 const void* code_end = local
125 return address < code_end ? &entry : NULL;
  /external/vixl/test/examples/
test-examples.cc 553 Label code_start, code_end; local
556 masm.Bind(&code_end);
559 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
  /art/compiler/optimizing/
code_generator.cc 663 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; local
666 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/src/fxcodec/lgif/
fx_gif.h 144 FX_WORD code_end; member in class:CGifLZWDecoder
196 FX_WORD code_end; member in class:CGifLZWEncoder
  /external/v8/src/wasm/
wasm-interpreter.cc 880 const byte* code_end = module->module_start + function->code_end_offset; local
881 AddFunction(function, code_start, code_end);
918 const byte* code_end) {
921 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end),
    [all...]
  /art/compiler/driver/
compiler_driver.cc 793 const uint16_t* code_end = code_item->insns_ + code_item->insns_size_in_code_units_; local
795 while (code_ptr < code_end) {
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c 9772 UChar *code_begin, *code_end; local
    [all...]

Completed in 1528 milliseconds