Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dtick-sample.cc259 reinterpret_cast<i::Address>(frame->GetBytecodeArray()) - in GetStackSample()
/external/v8/src/runtime/
Druntime-compiler.cc289 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
/external/v8/src/
Dframes.cc1571 AbstractCode* code = AbstractCode::cast(GetBytecodeArray()); in position()
1612 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame
1887 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
Dobjects-inl.h5273 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
Dframes.h1199 BytecodeArray* GetBytecodeArray() const;
Disolate.cc1275 int register_slots = js_frame->GetBytecodeArray()->register_count(); in Throw()
1364 BytecodeArray* bytecode = code->GetBytecodeArray(); in Throw()
Dobjects.h5476 inline BytecodeArray* GetBytecodeArray();
/external/v8/src/debug/
Ddebug.cc929 BytecodeArray* bytecode = code->GetBytecodeArray(); in PrepareStepOnThrow()
/external/v8/src/ic/
Dic.cc101 reinterpret_cast<Address>(iframe->GetBytecodeArray()) - kHeapObjectTag + in GetAbstractPC()