Home
last modified time | relevance | path

Searched defs:bytecode_array (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.h30 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
Dbytecode-register.cc75 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
Dbytecode-array-iterator.cc16 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
Dbytecode-array-writer.cc43 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
Dinterpreter-assembler.cc1262 Node* bytecode_array = LoadRegister(Register::bytecode_array()); in RegisterCount() local
/external/v8/src/compiler/
Dbytecode-branch-analysis.h50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-loop-analysis.h43 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-branch-analysis.cc15 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeBranchAnalysis()
Dbytecode-loop-analysis.cc16 Handle<BytecodeArray> bytecode_array, in BytecodeLoopAnalysis()
Dbytecode-graph-builder.h228 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
/external/v8/src/profiler/
Dtick-sample.cc258 i::Address bytecode_array = in GetStackSample() local
/external/v8/src/
Dcompilation-info.h90 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
192 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
Dframes.cc1414 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
Dfactory.cc1639 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
Ddeoptimizer.cc1218 Object* bytecode_array = shared->HasDebugInfo() in DoComputeInterpretedFrame() local
Dobjects-inl.h6355 BytecodeArray* SharedFunctionInfo::bytecode_array() { in bytecode_array() function
/external/v8/src/debug/
Ddebug.cc318 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
349 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in SetDebugBreak() local
363 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
372 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in IsDebugBreak() local
/external/v8/src/runtime/
Druntime-debug.cc57 BytecodeArray* bytecode_array = shared->bytecode_array(); in RUNTIME_FUNCTION() local
/external/v8/src/heap/
Dheap.cc3390 AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { in CopyBytecodeArray()