Searched refs:OffHeapInstructionEnd (Results 1 – 3 of 3) sorted by relevance
311 V8_EXPORT_PRIVATE Address OffHeapInstructionEnd(Isolate* isolate,735 V8_EXPORT_PRIVATE Address OffHeapInstructionEnd(HeapObject code,
407 ? i::OffHeapInstructionEnd(*this, builtin_id()) in InstructionEnd()423 ? OffHeapInstructionEnd(isolate, pc) in InstructionEnd()518 inner_pointer < OffHeapInstructionEnd(isolate, inner_pointer)) { in contains()
72 Address OffHeapInstructionEnd(HeapObject code, Builtin builtin) { in OffHeapInstructionEnd() function228 Address Code::OffHeapInstructionEnd(Isolate* isolate, Address pc) const { in OffHeapInstructionEnd() function in v8::internal::Code