Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dtick-sample.cc259 reinterpret_cast<i::Address>(frame->GetBytecodeArray()) - in GetStackSample()
/external/v8/src/runtime/
Druntime-compiler.cc286 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
/external/v8/src/
Dframes.cc1365 AbstractCode* code = AbstractCode::cast(GetBytecodeArray()); in position()
1406 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame
1596 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
Dobjects-inl.h5431 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
Dframes.h1019 BytecodeArray* GetBytecodeArray() const;
Disolate.cc1272 int register_slots = js_frame->GetBytecodeArray()->register_count(); in Throw()
Dobjects.h5953 inline BytecodeArray* GetBytecodeArray();