Searched refs:GetBytecodeArray (Results 1 – 10 of 10) sorted by relevance
159 reinterpret_cast<Address>(frame->GetBytecodeArray()) - kHeapObjectTag; in GetStackSample()
111 BytecodeArray* bytecode = abstract_code->GetBytecodeArray(); in CodeCreateEvent()
75 BytecodeArray* bytecode_array = frame->GetBytecodeArray(); in GetSourcePosition()
186 ->GetBytecodeArray() in BytecodeArrayIterator()410 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in SetDebugBreak()433 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in ClearDebugBreak()450 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in IsDebugBreak()1261 shared_->GetDebugInfo()->abstract_code()->GetBytecodeArray(); in VisitThread()
1249 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame1422 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
912 BytecodeArray* GetBytecodeArray() const;
5244 return GetBytecodeArray()->length(); in instruction_size()5252 return GetBytecodeArray()->SizeIncludingMetadata(); in SizeIncludingMetadata()5259 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()5267 return GetBytecodeArray()->GetFirstBytecodeAddress(); in instruction_start()5275 return GetBytecodeArray()->GetFirstBytecodeAddress() + in instruction_end()5276 GetBytecodeArray()->length(); in instruction_end()5296 BytecodeArray* AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function
1323 pos = iframe->GetBytecodeArray()->SourcePosition( in PrintCurrentStackTrace()
5466 inline BytecodeArray* GetBytecodeArray();
13704 return IsBytecodeArray() ? GetBytecodeArray()->SourcePosition(offset) in SourcePosition()13709 return IsBytecodeArray() ? GetBytecodeArray()->SourceStatementPosition(offset) in SourceStatementPosition()