Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc13 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
Dbytecode-array-random-iterator.cc13 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
Dbytecode-array-accessor.h31 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-accessor.cc16 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
Dbytecode-array-writer.cc44 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
Dinterpreter-assembler.cc1350 Node* bytecode_array = LoadRegister(Register::bytecode_array()); in RegisterCount() local
/external/v8/src/compiler/
Dbytecode-analysis.h104 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-analysis.cc84 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis()
183 const Handle<BytecodeArray>& bytecode_array = accessor.bytecode_array(); in UpdateOutLiveness() local
Dbytecode-graph-builder.h248 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.h92 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
192 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
Dframes.cc1620 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
Dfactory.cc1729 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
Ddeoptimizer.cc1211 Object* bytecode_array = shared->HasDebugInfo() in DoComputeInterpretedFrame() local
Dobjects-inl.h6188 BytecodeArray* SharedFunctionInfo::bytecode_array() const { in bytecode_array() function
/external/v8/src/debug/
Ddebug-evaluate.cc522 Handle<BytecodeArray> bytecode_array(info->bytecode_array()); in FunctionHasNoSideEffect() local
Ddebug.cc294 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
325 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in SetDebugBreak() local
339 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
348 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in IsDebugBreak() local
/external/v8/src/runtime/
Druntime-debug.cc58 BytecodeArray* bytecode_array = shared->bytecode_array(); in RUNTIME_FUNCTION() local
/external/v8/src/heap/
Dheap.cc3451 AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { in CopyBytecodeArray()