Searched refs:code_end (Results 1 – 16 of 16) sorted by relevance
/external/vixl/examples/aarch64/ |
D | non-const-visitor.cc | 72 Label code_start, code_end; in main() local 75 masm.Bind(&code_end); in main() 78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
|
D | custom-disassembler.cc | 139 Label code_start, code_end; in TestCustomDisassembler() local 142 masm.Bind(&code_end); in TestCustomDisassembler() 145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
|
/external/syslinux/gpxe/src/util/ |
D | elf2efi.c | 335 unsigned long code_end; in process_section() local 346 code_end = ( code_start + pe_header->nt.OptionalHeader.SizeOfCode ); in process_section() 350 data_start = code_end; in process_section() 380 applicable_end = &code_end; in process_section() 426 if ( data_start < code_end ) in process_section() 427 data_start = code_end; in process_section() 435 pe_header->nt.OptionalHeader.SizeOfCode = ( code_end - code_start ); in process_section()
|
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.cpp | 25 code_end(0), in CGifLZWDecoder() 42 code_end = code_clear + 1; in InitTable() 53 code_next = code_end + 1; in ClearTable() 138 } else if (code >= code_end) { in Decode() 237 index_num = code_end + 1; in ClearTable() 238 table_cur = code_end + 1; in ClearTable() 256 code_end = code_clear + 1; in Start() 329 if (index == code_end) { in EncodeString() 381 table_cur = code_end + 1; in LookUpInTable() 388 EncodeString(code_end, dst_buf, dst_len, offset); in Finish()
|
D | fx_gif.h | 141 uint16_t code_end; variable 195 uint16_t code_end; variable
|
/external/v8/src/compiler/ |
D | jump-threading.cc | 78 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding() 157 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
|
D | frame-elider.cc | 25 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
|
D | register-allocator-verifier.cc | 515 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
|
D | code-generator.cc | 309 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
|
D | instruction.cc | 695 os << " instructions: [" << block->code_start() << ", " << block->code_end() in operator <<()
|
D | instruction.h | 1367 int32_t code_end() const { return code_end_; } in NON_EXPORTED_BASE()
|
D | instruction-selector.cc | 86 size_t end = instruction_block->code_end(); in SelectInstructions()
|
D | register-allocator.cc | 3779 LifetimePosition::GapFromInstructionIndex(block->code_end()); in ResolveControlFlow()
|
/external/vixl/test/aarch64/examples/ |
D | test-examples.cc | 568 Label code_start, code_end; in TEST() local 571 masm.Bind(&code_end); in TEST() 574 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
|
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 853 const byte* code_end = module_start + function->code_end_offset; in CodeMap() local 854 AddFunction(function, code_start, code_end); in CodeMap() 893 const byte* code_end) { in AddFunction() argument 896 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end), in AddFunction()
|
/external/valgrind/VEX/priv/ |
D | host_s390_defs.c | 9772 UChar *code_begin, *code_end; in s390_insn_evcheck_emit() local 9800 code_end = buf; in s390_insn_evcheck_emit() 9804 vassert(evCheckSzB_S390() == code_end - code_begin); in s390_insn_evcheck_emit()
|