Home
last modified time | relevance | path

Searched refs:InstructionEnd (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcode-reference.cc26 ? js_code_->InstructionEnd() in instruction_end()
Dreloc-info.cc508 CHECK(target <= code->InstructionEnd()); in Verify()
Dgdb-jit.cc988 return static_cast<uintptr_t>(code_->InstructionEnd()); in CodeEnd()
Dframes.cc399 DCHECK_LT(pc(), result->InstructionEnd()); in LookupCode()
Ddeoptimizer.cc2274 CHECK(code->InstructionStart() <= pc && pc <= code->InstructionEnd()); in GetDeoptInfo()
/external/v8/src/objects/
Dcode-inl.h108 Address AbstractCode::InstructionEnd() { in InstructionEnd() function
110 return GetCode()->InstructionEnd(); in InstructionEnd()
252 Address Code::InstructionEnd() const { in InstructionEnd() function
Dcode.h240 inline Address InstructionEnd() const;
535 inline Address InstructionEnd();