Home
last modified time | relevance | path

Searched refs:frame_state_descriptor (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector-impl.h338 FrameStateDescriptor* frame_state_descriptor; member
349 return (frame_state_descriptor == NULL) in frame_state_value_count()
351 : (frame_state_descriptor->GetTotalSize() + in frame_state_value_count()
Dinstruction-selector.cc238 frame_state_descriptor(frame_desc), in CallBuffer()
312 if (buffer->frame_state_descriptor != NULL) { in InitializeCallBuffer()
314 sequence()->AddFrameStateDescriptor(buffer->frame_state_descriptor); in InitializeCallBuffer()
320 buffer->frame_state_descriptor); in InitializeCallBuffer()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc513 FrameStateDescriptor* frame_state_descriptor = NULL; in VisitCall() local
516 frame_state_descriptor = in VisitCall()
520 CallBuffer buffer(zone(), descriptor, frame_state_descriptor); in VisitCall()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc625 FrameStateDescriptor* frame_state_descriptor = NULL; in VisitCall() local
627 frame_state_descriptor = in VisitCall()
631 CallBuffer buffer(zone(), descriptor, frame_state_descriptor); in VisitCall()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc672 FrameStateDescriptor* frame_state_descriptor = NULL; in VisitCall() local
674 frame_state_descriptor = GetFrameStateDescriptor( in VisitCall()
678 CallBuffer buffer(zone(), descriptor, frame_state_descriptor); in VisitCall()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc783 FrameStateDescriptor* frame_state_descriptor = NULL; in VisitCall() local
785 frame_state_descriptor = in VisitCall()
789 CallBuffer buffer(zone(), descriptor, frame_state_descriptor); in VisitCall()