Home
last modified time | relevance | path

Searched defs:GetBytecodeArray (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dshared-function-info-inl.h465 BytecodeArray SharedFunctionInfo::GetBytecodeArray() const { in GetBytecodeArray() function
Dcode-inl.h118 BytecodeArray AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function
/external/v8/src/execution/
Dframes.cc1740 BytecodeArray InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() function in v8::internal::InterpretedFrame
/external/v8/src/compiler/
Djs-heap-broker.cc1789 ObjectData* GetBytecodeArray() const { return GetBytecodeArray_; } in GetBytecodeArray() function in v8::internal::compiler::SharedFunctionInfoData