Home
last modified time | relevance | path

Searched refs:code_end (Results 1 – 16 of 16) sorted by relevance

/external/vixl/examples/aarch64/
Dnon-const-visitor.cc72 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()
Dcustom-disassembler.cc139 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/
Delf2efi.c335 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/
Dfx_gif.cpp25 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()
Dfx_gif.h141 uint16_t code_end; variable
195 uint16_t code_end; variable
/external/v8/src/compiler/
Djump-threading.cc78 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()
Dframe-elider.cc25 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
Dregister-allocator-verifier.cc515 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
Dcode-generator.cc309 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
Dinstruction.cc695 os << " instructions: [" << block->code_start() << ", " << block->code_end() in operator <<()
Dinstruction.h1367 int32_t code_end() const { return code_end_; } in NON_EXPORTED_BASE()
Dinstruction-selector.cc86 size_t end = instruction_block->code_end(); in SelectInstructions()
Dregister-allocator.cc3779 LifetimePosition::GapFromInstructionIndex(block->code_end()); in ResolveControlFlow()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc568 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/
Dwasm-interpreter.cc853 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/
Dhost_s390_defs.c9772 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()