Searched refs:bytecode_array_ (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | unoptimized-compilation-info.h | 75 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 D | optimized-compilation-info.cc | 36 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 D | optimized-compilation-info.h | 119 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 D | bytecode-array-iterator.cc | 19 : 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 D | bytecode-array-iterator.h | 106 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() 178 Handle<BytecodeArray> bytecode_array_; member in v8::internal::interpreter::BytecodeArrayIterator
|
H A D | interpreter-assembler.h | 423 CodeStubAssembler::TVariable<BytecodeArray> bytecode_array_; member in v8::internal::interpreter::InterpreterAssembler
|
H A D | interpreter-assembler.cc | 32 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 D | bytecode-analysis.h | 165 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 D | bytecode-analysis.cc | 90 : 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 D | bytecode-graph-builder.cc | 399 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