HomeSort by relevance Sort by last modified time
    Searched refs:fixed_frame_size (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
deoptimizer.cc 835 unsigned fixed_frame_size = ComputeJavascriptFixedSize(function); local
837 unsigned output_frame_size = height_in_bytes + fixed_frame_size;
1054 unsigned fixed_frame_size = ComputeInterpretedFixedSize(function); local
1265 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize; local
1373 unsigned fixed_frame_size = ConstructFrameConstants::kFrameSize; local
1513 unsigned fixed_frame_size = fixed_frame_entries * kPointerSize; local
1665 int fixed_frame_size = StandardFrameConstants::kFixedFrameSize; local
    [all...]
  /external/v8/src/compiler/
pipeline.cc 284 int fixed_frame_size = 0; local
286 fixed_frame_size = (descriptor->IsCFunctionCall())
291 frame_ = new (instruction_zone()) Frame(fixed_frame_size, descriptor);
    [all...]

Completed in 194 milliseconds