| /external/v8/src/interpreter/ |
| D | bytecode-array-iterator.cc | 14 std::unique_ptr<AbstractBytecodeArray> bytecode_array) in BytecodeArrayIterator() 18 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
|
| D | bytecode-array-random-iterator.cc | 14 std::unique_ptr<AbstractBytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator() 20 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
|
| D | bytecode-array-accessor.h | 106 AbstractBytecodeArray* bytecode_array() const { in bytecode_array() function
|
| D | bytecode-array-accessor.cc | 21 explicit OnHeapBytecodeArray(Handle<BytecodeArray> bytecode_array) in OnHeapBytecodeArray() 58 std::unique_ptr<AbstractBytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor() 67 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
|
| D | bytecode-register.cc | 65 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
|
| D | bytecode-array-writer.cc | 50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
|
| /external/v8/src/codegen/ |
| D | unoptimized-compilation-info.h | 72 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 73 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
|
| D | optimized-compilation-info.h | 112 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 196 Handle<BytecodeArray> bytecode_array; // Explicit to prevent flushing. member
|
| D | handler-table.cc | 27 HandlerTable::HandlerTable(BytecodeArray bytecode_array) in HandlerTable()
|
| D | compiler.cc | 500 Handle<BytecodeArray> bytecode_array(shared_info->GetBytecodeArray(), in InstallInterpreterTrampolineCopy() local
|
| /external/v8/src/compiler/ |
| D | bytecode-analysis.cc | 81 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() 211 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness() 271 Handle<BytecodeArray> bytecode_array, in UpdateLiveness()
|
| D | bytecode-analysis.h | 156 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
|
| D | js-inlining.cc | 449 BytecodeArrayRef bytecode_array = shared_info->GetBytecodeArray(); in ReduceJSCall() local
|
| D | serializer-for-background-compilation.cc | 1188 Handle<BytecodeArray> bytecode_array) in HandlerRangeMatcher() 1257 Handle<BytecodeArray> SerializerForBackgroundCompilation::bytecode_array() in bytecode_array() function in v8::internal::compiler::SerializerForBackgroundCompilation
|
| D | js-heap-broker.cc | 5349 Handle<BytecodeArray> bytecode_array, BailoutId osr_bailout_id, in GetBytecodeAnalysis() 5386 OffHeapBytecodeArray::OffHeapBytecodeArray(BytecodeArrayRef bytecode_array) in OffHeapBytecodeArray()
|
| /external/v8/src/debug/ |
| D | debug-evaluate.cc | 910 Handle<BytecodeArray> bytecode_array(info->GetBytecodeArray(), isolate); in FunctionGetSideEffectState() local 1123 Handle<BytecodeArray> bytecode_array) { in ApplySideEffectChecks()
|
| D | debug.cc | 252 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local 287 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local 297 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local 313 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local 2432 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in PerformSideEffectCheckAtBytecode() local
|
| /external/v8/src/profiler/ |
| D | tick-sample.cc | 281 i::Address bytecode_array = base::Memory<i::Address>( in GetStackSample() local
|
| /external/v8/src/builtins/ |
| D | builtins-async-function-gen.cc | 90 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
|
| D | builtins-object-gen.cc | 1193 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
|
| /external/v8/src/runtime/ |
| D | runtime-debug.cc | 80 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in RUNTIME_FUNCTION_RETURN_PAIR() local
|
| /external/v8/src/snapshot/ |
| D | deserializer.cc | 460 Handle<BytecodeArray> bytecode_array = Handle<BytecodeArray>::cast(obj); in PostProcessNewObject() local
|
| /external/v8/src/execution/ |
| D | frames.cc | 1748 void InterpretedFrame::PatchBytecodeArray(BytecodeArray bytecode_array) { in PatchBytecodeArray()
|
| /external/v8/src/heap/ |
| D | factory.cc | 1971 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
|
| /external/v8/src/deoptimizer/ |
| D | deoptimizer.cc | 1108 Object bytecode_array = shared.HasBreakInfo() in DoComputeInterpretedFrame() local
|