HomeSort by relevance Sort by last modified time
    Searched refs:bytecode_array (Results 1 - 25 of 36) sorted by null

1 2

  /external/v8/src/compiler/
bytecode-branch-analysis.cc 15 Handle<BytecodeArray> bytecode_array, Zone* zone)
16 : bytecode_array_(bytecode_array),
17 is_backward_target_(bytecode_array->length(), zone),
18 is_forward_target_(bytecode_array->length(), zone),
22 interpreter::BytecodeArrayIterator iterator(bytecode_array());
bytecode-branch-analysis.h 27 BytecodeBranchAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone);
50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } function in class:v8::internal::compiler::BASE_EMBEDDED
bytecode-graph-builder.cc 442 bytecode_array_(handle(info->shared_info()->bytecode_array())),
444 handle(HandlerTable::cast(bytecode_array()->handler_table()))),
448 bytecode_array()->parameter_count(),
449 bytecode_array()->register_count(), info->shared_info())),
459 int params = bytecode_array()->parameter_count();
471 int params = bytecode_array()->parameter_count();
516 int actual_parameter_count = bytecode_array()->parameter_count() + 4;
519 Environment env(this, bytecode_array()->register_count(),
520 bytecode_array()->parameter_count(), graph()->start(),
537 BytecodeBranchAnalysis analysis(bytecode_array(), local_zone())
    [all...]
bytecode-graph-builder.h 178 const Handle<BytecodeArray>& bytecode_array() const { function in class:v8::internal::compiler::BytecodeGraphBuilder
  /external/v8/src/interpreter/
bytecode-array-iterator.h 19 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
28 const Handle<BytecodeArray>& bytecode_array() const { function in class:v8::internal::interpreter::BytecodeArrayIterator
bytecode-array-iterator.cc 15 Handle<BytecodeArray> bytecode_array)
16 : bytecode_array_(bytecode_array),
30 uint8_t current_byte = bytecode_array()->get(bytecode_offset_);
44 return bytecode_offset_ >= bytecode_array()->length();
50 bytecode_array()->get(bytecode_offset_ + current_prefix_offset());
69 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ +
85 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ +
123 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ +
165 return FixedArray::get(bytecode_array()->constant_pool(),
167 bytecode_array()->GetIsolate())
    [all...]
bytecode-array-writer.cc 47 Handle<BytecodeArray> bytecode_array = isolate_->factory()->NewBytecodeArray( local
50 bytecode_array->set_handler_table(*handler_table);
51 bytecode_array->set_source_position_table(*source_position_table);
55 AbstractCode::cast(*bytecode_array), line_info));
56 return bytecode_array;
interpreter-assembler.cc 93 return LoadRegister(Register::bytecode_array());
709 Node* bytecode_array = LoadRegister(Register::bytecode_array()); local
711 bytecode_array, BytecodeArray::kFrameSizeOffset, MachineType::Int32());
  /external/v8/test/cctest/interpreter/
source-position-matcher.h 31 Handle<BytecodeArray> bytecode_array,
35 bool ExpressionPositionIsNeeded(Handle<BytecodeArray> bytecode_array,
bytecode-expectations-printer.cc 73 i::handle(js_function->shared()->bytecode_array(), i_isolate());
82 return i::handle(js_function->shared()->bytecode_array(), i_isolate());
259 std::ostream& stream, i::Handle<i::BytecodeArray> bytecode_array) const {
261 int frame_size = bytecode_array->frame_size();
265 << "\nparameter count: " << bytecode_array->parameter_count() << '\n';
269 std::ostream& stream, i::Handle<i::BytecodeArray> bytecode_array) const {
270 stream << "bytecode array length: " << bytecode_array->length()
274 bytecode_array->source_position_table());
275 BytecodeArrayIterator bytecode_iterator(bytecode_array);
280 PrintBytecode(stream, bytecode_iterator, bytecode_array->parameter_count())
343 i::Handle<i::BytecodeArray> bytecode_array = local
    [all...]
bytecode-expectations-printer.h 83 i::Handle<i::BytecodeArray> bytecode_array) const;
85 i::Handle<i::BytecodeArray> bytecode_array) const;
91 i::Handle<i::BytecodeArray> bytecode_array) const;
93 i::Handle<i::BytecodeArray> bytecode_array) const;
source-position-matcher.cc 164 Handle<BytecodeArray> bytecode_array,
174 if (ExpressionPositionIsNeeded(bytecode_array,
191 Handle<BytecodeArray> bytecode_array, int start_offset, int end_offset) {
193 BytecodeArrayIterator iterator(bytecode_array);
test-interpreter.cc 30 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
32 InterpreterTester tester(handles.main_isolate(), bytecode_array);
47 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
49 InterpreterTester tester(handles.main_isolate(), bytecode_array);
63 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
65 InterpreterTester tester(handles.main_isolate(), bytecode_array);
80 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
82 InterpreterTester tester(handles.main_isolate(), bytecode_array);
96 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
98 InterpreterTester tester(handles.main_isolate(), bytecode_array);
112 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
130 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
144 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
158 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
173 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
196 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
281 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
314 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
347 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
403 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
419 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
450 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
481 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
608 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
663 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
707 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
769 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
818 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
838 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
867 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
911 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
975 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1009 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1043 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1080 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1118 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1201 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1238 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1272 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1327 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1431 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1461 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1484 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1544 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1593 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
1612 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); local
    [all...]
test-source-positions.cc 194 return handle(function->shared()->bytecode_array());
  /external/v8/src/runtime/
runtime-interpreter.cc 69 bytecode_iterator.bytecode_array()->GetIsolate());
89 bytecode_iterator.bytecode_array()->parameter_count())
106 CONVERT_ARG_HANDLE_CHECKED(BytecodeArray, bytecode_array, 0);
112 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array);
116 const uint8_t* base_address = bytecode_array->GetFirstBytecodeAddress();
121 bytecode_array->parameter_count());
134 CONVERT_ARG_HANDLE_CHECKED(BytecodeArray, bytecode_array, 0);
139 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array);
runtime-generator.cc 26 int size = function->shared()->bytecode_array()->register_count();
runtime-function.cc 184 target_shared->set_bytecode_array(source_shared->bytecode_array());
runtime-debug.cc 53 BytecodeArray* bytecode_array = shared->bytecode_array(); local
56 interpreter::Bytecodes::FromByte(bytecode_array->get(bytecode_offset));
    [all...]
  /external/v8/src/debug/
debug-frames.cc 75 BytecodeArray* bytecode_array = frame->GetBytecodeArray(); local
76 return bytecode_array->SourcePosition(frame->GetBytecodeOffset());
debug.cc 228 BytecodeArray* bytecode_array = debug_info_->original_bytecode_array(); local
230 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset()));
410 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); local
412 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset()));
415 bytecode_array->set(code_offset(),
433 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); local
435 bytecode_array->set(code_offset(), original->get(code_offset()));
450 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); local
452 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset()));
    [all...]
  /external/v8/src/profiler/
tick-sample.cc 157 // bytecode_array might be garbage, so don't dereference it.
158 Address bytecode_array = local
160 frames[i++] = bytecode_array + BytecodeArray::kHeaderSize +
  /external/v8/src/
compiler.h 190 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } function in class:v8::internal::final
302 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) {
303 bytecode_array_ = bytecode_array;
frames.cc     [all...]
compiler.cc 392 ? Handle<AbstractCode>::cast(info->bytecode_array())
465 return info->bytecode_array()->SizeIncludingMetadata();
531 shared->set_bytecode_array(*info->bytecode_array());
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 376 milliseconds

1 2