Home
last modified time | relevance | path

Searched refs:OriginalBytecodeArray (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Ddebug-objects-inl.h45 BytecodeArray DebugInfo::OriginalBytecodeArray() { in OriginalBytecodeArray() function
Ddebug-objects.h53 inline BytecodeArray OriginalBytecodeArray();
Ddebug-objects.cc34 shared().SetDebugBytecodeArray(OriginalBytecodeArray()); in ClearBreakInfo()
Dshared-function-info-inl.h468 return GetDebugInfo().OriginalBytecodeArray(); in GetBytecodeArray()
/external/v8/src/debug/
Ddebug.cc252 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType()
298 BytecodeArray original = debug_info_->OriginalBytecodeArray(); in ClearDebugBreak()
313 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation()
2309 Handle<BytecodeArray> original(debug_info->OriginalBytecodeArray(), isolate_); in ClearSideEffectChecks()
/external/v8/src/snapshot/
Dcode-serializer.cc172 sfi->SetDebugBytecodeArray(debug_info.OriginalBytecodeArray()); in SerializeObjectImpl()