Home
last modified time | relevance | path

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

/external/vixl/examples/
Dnon-const-visitor.cc75 Label code_start, code_end; in main() local
78 masm.Bind(&code_end); in main()
81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
Dcustom-disassembler.cc143 Label code_start, code_end; in TestCustomDisassembler() local
146 masm.Bind(&code_end); in TestCustomDisassembler()
149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
/external/v8/src/compiler/
Djump-threading.cc77 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding()
156 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
Dframe-elider.cc24 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
Dregister-allocator-verifier.cc486 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
Dcode-generator.cc311 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
Dinstruction.cc901 os << " instructions: [" << block->code_start() << ", " << block->code_end() in PrintBlock()
Dinstruction.h1215 int32_t code_end() const { return code_end_; } in code_end() function
Dinstruction-selector.cc76 size_t end = instruction_block->code_end(); in SelectInstructions()
Dregister-allocator.cc3536 LifetimePosition::GapFromInstructionIndex(block->code_end()); in ResolveControlFlow()
/external/v8/test/cctest/
Dtest-sampler-api.cc123 const void* code_end = in FindEventEntry() local
125 return address < code_end ? &entry : NULL; in FindEventEntry()
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp18 code_end = code_clear + 1; in InitTable()
29 code_next = code_end + 1; in ClearTable()
99 } else if (code == code_end) { in Decode()
202 index_num = code_end + 1; in ClearTable()
203 table_cur = code_end + 1; in ClearTable()
220 code_end = code_clear + 1; in Start()
293 if (index == code_end) { in EncodeString()
345 table_cur = code_end + 1; in LookUpInTable()
352 EncodeString(code_end, dst_buf, dst_len, offset); in Finish()
Dfx_gif.h144 FX_WORD code_end; variable
196 FX_WORD code_end; variable
/external/vixl/test/examples/
Dtest-examples.cc553 Label code_start, code_end; in TEST() local
556 masm.Bind(&code_end); in TEST()
559 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
/external/v8/src/wasm/
Dwasm-interpreter.cc880 const byte* code_end = module->module_start + function->code_end_offset; in CodeMap() local
881 AddFunction(function, code_start, code_end); in CodeMap()
918 const byte* code_end) { in AddFunction() argument
921 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()