Home
last modified time | relevance | path

Searched refs:GetActiveBytecodeArray (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddebug-objects-inl.h50 DCHECK_EQ(shared().GetActiveBytecodeArray(), in DebugBytecodeArray()
Dshared-function-info-inl.h575 return GetActiveBytecodeArray(); in GetBytecodeArray()
578 BytecodeArray SharedFunctionInfo::GetActiveBytecodeArray() const { in GetActiveBytecodeArray() function
Dshared-function-info.h344 inline BytecodeArray GetActiveBytecodeArray() const;
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1969 shared_info->GetActiveBytecodeArray().set_source_position_table( in CollectSourcePositions()