Home
last modified time | relevance | path

Searched refs:bytecode_array_ (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.h75 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
76 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
78 bytecode_array_ = bytecode_array; in SetBytecodeArray()
108 Handle<BytecodeArray> bytecode_array_; member in v8::internal::final
H A Doptimized-compilation-info.cc36 bytecode_array_ = handle(shared->GetBytecodeArray(isolate), isolate); in OptimizedCompilationInfo()
116 if (!bytecode_array_.is_null()) { in ReopenHandlesInNewHandleScope()
117 bytecode_array_ = Handle<BytecodeArray>(*bytecode_array_, isolate); in ReopenHandlesInNewHandleScope()
H A Doptimized-compilation-info.h119 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
120 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
260 Handle<BytecodeArray> bytecode_array_; member in v8::internal::final
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.cc19 : bytecode_array_(bytecode_array), in BytecodeArrayIterator()
21 bytecode_array_->GetFirstBytecodeAddress())), in BytecodeArrayIterator()
22 end_(start_ + bytecode_array_->length()), in BytecodeArrayIterator()
275 reinterpret_cast<uint8_t*>(bytecode_array_->GetFirstBytecodeAddress()); in UpdatePointers()
278 uint8_t* end = start + bytecode_array_->length(); in UpdatePointers()
H A Dbytecode-array-iterator.h106 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
178 Handle<BytecodeArray> bytecode_array_; member in v8::internal::interpreter::BytecodeArrayIterator
H A Dinterpreter-assembler.h423 CodeStubAssembler::TVariable<BytecodeArray> bytecode_array_; member in v8::internal::interpreter::InterpreterAssembler
H A Dinterpreter-assembler.cc32 TVARIABLE_CONSTRUCTOR(bytecode_array_, in InterpreterAssembler()
135 bytecode_array_ = CAST(LoadRegister(Register::bytecode_array())); in BytecodeArrayTaggedPointer()
138 return bytecode_array_.value(); in BytecodeArrayTaggedPointer()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h165 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
177 Handle<BytecodeArray> const bytecode_array_; member in v8::internal::compiler::BytecodeAnalysis
H A Dbytecode-analysis.cc90 : bytecode_array_(bytecode_array), in BytecodeAnalysis()
725 {loop_header, LoopInfo(parent_offset, bytecode_array_->parameter_count(), in PushLoop()
726 bytecode_array_->register_count(), zone_)}); in PushLoop()
H A Dbytecode-graph-builder.cc399 BytecodeArrayRef bytecode_array() const { return bytecode_array_; } in bytecode_array()
454 BytecodeArrayRef const bytecode_array_; member in v8::internal::compiler::BytecodeGraphBuilder
1037 bytecode_array_(shared_info.GetBytecodeArray()), in BytecodeGraphBuilder()

Completed in 19 milliseconds