Searched defs:bytecode_array (Results 1 – 19 of 19) sorted by relevance
30 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
75 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
16 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
43 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
1262 Node* bytecode_array = LoadRegister(Register::bytecode_array()); in RegisterCount() local
50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
43 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
15 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeBranchAnalysis()
16 Handle<BytecodeArray> bytecode_array, in BytecodeLoopAnalysis()
228 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
258 i::Address bytecode_array = in GetStackSample() local
90 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function192 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
1414 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
1639 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
1218 Object* bytecode_array = shared->HasDebugInfo() in DoComputeInterpretedFrame() local
6355 BytecodeArray* SharedFunctionInfo::bytecode_array() { in bytecode_array() function
318 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local349 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in SetDebugBreak() local363 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local372 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in IsDebugBreak() local
57 BytecodeArray* bytecode_array = shared->bytecode_array(); in RUNTIME_FUNCTION() local
3390 AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { in CopyBytecodeArray()