Home
last modified time | relevance | path

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

/external/v8/test/cctest/interpreter/
Dtest-interpreter.cc30 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
47 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
63 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
80 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
96 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
112 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
130 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
144 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
158 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
173 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local
[all …]
Dsource-position-matcher.cc164 Handle<BytecodeArray> bytecode_array, in StripUnneededExpressionPositions()
191 Handle<BytecodeArray> bytecode_array, int start_offset, int end_offset) { in ExpressionPositionIsNeeded()
Dbytecode-expectations-printer.cc343 i::Handle<i::BytecodeArray> bytecode_array = in PrintExpectation() local
/external/v8/src/interpreter/
Dbytecode-array-iterator.h28 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
Dbytecode-array-iterator.cc15 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
Dbytecode-array-writer.cc47 Handle<BytecodeArray> bytecode_array = isolate_->factory()->NewBytecodeArray( in ToBytecodeArray() local
Dinterpreter-assembler.cc709 Node* bytecode_array = LoadRegister(Register::bytecode_array()); in RegisterCount() local
Dbytecodes.cc875 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
/external/v8/src/compiler/
Dbytecode-branch-analysis.h50 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-graph-builder.h178 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
/external/v8/src/profiler/
Dtick-sample.cc158 Address bytecode_array = in GetStackSample() local
/external/v8/src/debug/
Ddebug-frames.cc75 BytecodeArray* bytecode_array = frame->GetBytecodeArray(); in GetSourcePosition() local
Ddebug.cc228 BytecodeArray* bytecode_array = debug_info_->original_bytecode_array(); in GetDebugBreakType() local
410 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in SetDebugBreak() local
433 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in ClearDebugBreak() local
450 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in IsDebugBreak() local
/external/v8/src/
Dcompiler.h190 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
302 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
Dframes.cc1257 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
Dfactory.cc1489 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
Ddeoptimizer.cc1246 Object* bytecode_array = shared->bytecode_array(); in DoComputeInterpretedFrame() local
Dobjects-inl.h6013 BytecodeArray* SharedFunctionInfo::bytecode_array() { in bytecode_array() function
/external/v8/src/runtime/
Druntime-debug.cc53 BytecodeArray* bytecode_array = shared->bytecode_array(); in RUNTIME_FUNCTION() local
/external/v8/src/heap/
Dheap.cc3406 AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { in CopyBytecodeArray()