Searched refs:GetBytecodeArray (Results 1 – 7 of 7) sorted by relevance
259 reinterpret_cast<i::Address>(frame->GetBytecodeArray()) - in GetStackSample()
286 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
1365 AbstractCode* code = AbstractCode::cast(GetBytecodeArray()); in position()1406 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame1596 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
5431 return GetBytecodeArray()->length(); in instruction_size()5439 return GetBytecodeArray()->source_position_table(); in source_position_table()5447 GetBytecodeArray()->set_source_position_table(source_position_table); in set_source_position_table()5456 return GetBytecodeArray()->LookupRangeInHandlerTable(code_offset, data, in LookupRangeInHandlerTable()5465 return GetBytecodeArray()->SizeIncludingMetadata(); in SizeIncludingMetadata()5472 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()5480 return GetBytecodeArray()->GetFirstBytecodeAddress(); in instruction_start()5488 return GetBytecodeArray()->GetFirstBytecodeAddress() + in instruction_end()5489 GetBytecodeArray()->length(); in instruction_end()5509 BytecodeArray* AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function
1019 BytecodeArray* GetBytecodeArray() const;
1272 int register_slots = js_frame->GetBytecodeArray()->register_count(); in Throw()
5953 inline BytecodeArray* GetBytecodeArray();