HomeSort by relevance Sort by last modified time
    Searched defs:bytecode_array (Results 1 - 14 of 14) sorted by null

  /external/v8/src/compiler/
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.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-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;
bytecodes.cc 875 Register Register::bytecode_array() { function in class:v8::internal::interpreter::Register
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/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/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/test/cctest/interpreter/
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...]
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...]
  /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;
deoptimizer.cc 702 BytecodeArray* bytecode = function->shared()->bytecode_array();
1246 Object* bytecode_array = shared->bytecode_array(); local
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 53 BytecodeArray* bytecode_array = shared->bytecode_array(); local
56 interpreter::Bytecodes::FromByte(bytecode_array->get(bytecode_offset));
    [all...]

Completed in 1085 milliseconds