Searched refs:GetBytecodeArray (Results 1 – 9 of 9) sorted by relevance
259 reinterpret_cast<i::Address>(frame->GetBytecodeArray()) - in GetStackSample()
289 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
1571 AbstractCode* code = AbstractCode::cast(GetBytecodeArray()); in position()1612 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame1887 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
5273 return GetBytecodeArray()->length(); in instruction_size()5281 return GetBytecodeArray()->source_position_table(); in source_position_table()5289 GetBytecodeArray()->set_source_position_table(source_position_table); in set_source_position_table()5297 return GetBytecodeArray()->SizeIncludingMetadata(); in SizeIncludingMetadata()5304 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()5312 return GetBytecodeArray()->GetFirstBytecodeAddress(); in instruction_start()5320 return GetBytecodeArray()->GetFirstBytecodeAddress() + in instruction_end()5321 GetBytecodeArray()->length(); in instruction_end()5341 BytecodeArray* AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function
1199 BytecodeArray* GetBytecodeArray() const;
1275 int register_slots = js_frame->GetBytecodeArray()->register_count(); in Throw()1364 BytecodeArray* bytecode = code->GetBytecodeArray(); in Throw()
5476 inline BytecodeArray* GetBytecodeArray();
929 BytecodeArray* bytecode = code->GetBytecodeArray(); in PrepareStepOnThrow()
101 reinterpret_cast<Address>(iframe->GetBytecodeArray()) - kHeapObjectTag + in GetAbstractPC()