Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects-inl.h52 BytecodeArray* DebugInfo::OriginalBytecodeArray() { in OriginalBytecodeArray() function
Ddebug-objects.h70 inline BytecodeArray* OriginalBytecodeArray();
Ddebug-objects.cc31 shared()->SetDebugBytecodeArray(OriginalBytecodeArray()); in ClearBreakInfo()
Dshared-function-info-inl.h456 return GetDebugInfo()->OriginalBytecodeArray(); in GetBytecodeArray()
/external/v8/src/debug/
Ddebug.cc249 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType()
295 BytecodeArray* original = debug_info_->OriginalBytecodeArray(); in ClearDebugBreak()
310 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation()
2124 Handle<BytecodeArray> original(debug_info->OriginalBytecodeArray(), isolate_); in ClearSideEffectChecks()
/external/v8/src/snapshot/
Dcode-serializer.cc206 sfi->SetDebugBytecodeArray(debug_info->OriginalBytecodeArray()); in SerializeObject()