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

  /art/compiler/debug/
elf_compilation_unit.h 32 uint64_t code_end = 0; member in struct:art::debug::ElfCompilationUnit
elf_debug_writer.cc 65 cu.code_end = std::max(cu.code_end, mi.code_address + mi.code_size);
  /device/google/contexthub/firmware/os/platform/stm32/misc/
showsizes.sh 29 code_end=$(getvar $1 __text_end)
30 code_sz=$(($code_end-$code_start))
  /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/u-boot/arch/arm/mach-exynos/
sec_boot.S 13 adr r1, code_end @ r1: source address (end)
20 b code_end
126 code_end: label
  /external/v8/src/compiler/
jump-threading.cc 63 if (pred->code_start() == pred->code_end()) return false;
64 Instruction* instr = code->InstructionAt(pred->code_end() - 1);
93 for (int i = block->code_start(); i < block->code_end(); ++i) {
172 for (int i = block->code_start(); i < block->code_end(); ++i) {
frame-elider.cc 25 for (int i = block->code_start(); i < block->code_end(); ++i) {
code-generator.cc 326 if (pred->code_start() == pred->code_end()) return;
327 Instruction* instr = code()->InstructionAt(pred->code_end() - 1);
470 for (int i = block->code_start(); i < block->code_end(); ++i) {
    [all...]
register-allocator-verifier.cc 499 for (int instr_index = block->code_start(); instr_index < block->code_end();
instruction.cc 710 os << " instructions: [" << block->code_start() << ", " << block->code_end()
    [all...]
instruction.h     [all...]
instruction-selector.cc 100 size_t end = instruction_block->code_end();
    [all...]
pipeline.cc     [all...]
register-allocator.cc     [all...]
  /external/vixl/test/aarch64/examples/
test-examples.cc 572 Label code_start, code_end; local
575 masm.Bind(&code_end);
578 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end);
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc     [all...]

Completed in 4149 milliseconds