Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects-inl.h52 DCHECK_EQ(shared().GetDebugBytecodeArray(), debug_bytecode_array()); in DebugBytecodeArray()
Dshared-function-info.h324 inline BytecodeArray GetDebugBytecodeArray() const;
Dshared-function-info-inl.h480 BytecodeArray SharedFunctionInfo::GetDebugBytecodeArray() const { in GetDebugBytecodeArray() function
/external/v8/src/codegen/
Dcompiler.cc1735 shared_info->GetDebugBytecodeArray().set_source_position_table( in CollectSourcePositions()