Lines Matching refs:intptr_t

323                " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));  in DeoptimizeMarkedCodeForContext()
351 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function)); in DeoptimizeMarkedCodeForContext()
474 reinterpret_cast<intptr_t>(object)); in DeoptimizeGlobalObject()
768 reinterpret_cast<intptr_t>(function_)); in DoComputeOutputFrames()
858 reinterpret_cast<intptr_t>(function)); in DoComputeOutputFrames()
918 intptr_t top_address; in DoComputeJSFrame()
957 intptr_t value; in DoComputeJSFrame()
983 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame()
1027 reinterpret_cast<intptr_t>(isolate_->heap()->arguments_marker())); in DoComputeJSFrame()
1029 reinterpret_cast<intptr_t>(isolate_->heap()->undefined_value())) { in DoComputeJSFrame()
1036 value = reinterpret_cast<intptr_t>(function->context()); in DoComputeJSFrame()
1052 value = reinterpret_cast<intptr_t>(function); in DoComputeJSFrame()
1078 intptr_t pc_value = reinterpret_cast<intptr_t>(start + pc_offset); in DoComputeJSFrame()
1083 intptr_t constant_pool_value = in DoComputeJSFrame()
1084 reinterpret_cast<intptr_t>(non_optimized_code->constant_pool()); in DoComputeJSFrame()
1109 reinterpret_cast<intptr_t>(continuation->entry())); in DoComputeJSFrame()
1139 intptr_t top_address; in DoComputeArgumentsAdaptorFrame()
1153 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame()
1164 intptr_t value = output_[frame_index - 1]->GetFp(); in DoComputeArgumentsAdaptorFrame()
1166 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame()
1189 intptr_t context = reinterpret_cast<intptr_t>( in DoComputeArgumentsAdaptorFrame()
1201 value = reinterpret_cast<intptr_t>(function); in DoComputeArgumentsAdaptorFrame()
1212 value = reinterpret_cast<intptr_t>(Smi::FromInt(height - 1)); in DoComputeArgumentsAdaptorFrame()
1226 intptr_t pc_value = reinterpret_cast<intptr_t>( in DoComputeArgumentsAdaptorFrame()
1231 intptr_t constant_pool_value = in DoComputeArgumentsAdaptorFrame()
1232 reinterpret_cast<intptr_t>(adaptor_trampoline->constant_pool()); in DoComputeArgumentsAdaptorFrame()
1265 intptr_t top_address; in DoComputeConstructStubFrame()
1287 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame()
1298 intptr_t value = output_[frame_index - 1]->GetFp(); in DoComputeConstructStubFrame()
1300 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame()
1334 value = reinterpret_cast<intptr_t>(Smi::FromInt(StackFrame::CONSTRUCT)); in DoComputeConstructStubFrame()
1345 value = reinterpret_cast<intptr_t>(construct_stub); in DoComputeConstructStubFrame()
1356 value = reinterpret_cast<intptr_t>(Smi::FromInt(height - 1)); in DoComputeConstructStubFrame()
1369 value = reinterpret_cast<intptr_t>(function); in DoComputeConstructStubFrame()
1393 intptr_t pc = reinterpret_cast<intptr_t>( in DoComputeConstructStubFrame()
1398 intptr_t constant_pool_value = in DoComputeConstructStubFrame()
1399 reinterpret_cast<intptr_t>(construct_stub->constant_pool()); in DoComputeConstructStubFrame()
1443 intptr_t top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeAccessorStubFrame()
1450 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeAccessorStubFrame()
1461 intptr_t value = output_[frame_index - 1]->GetFp(); in DoComputeAccessorStubFrame()
1463 intptr_t fp_value = top_address + output_offset; in DoComputeAccessorStubFrame()
1497 value = reinterpret_cast<intptr_t>(Smi::FromInt(StackFrame::INTERNAL)); in DoComputeAccessorStubFrame()
1512 value = reinterpret_cast<intptr_t>(accessor_stub); in DoComputeAccessorStubFrame()
1536 intptr_t pc = reinterpret_cast<intptr_t>( in DoComputeAccessorStubFrame()
1540 intptr_t constant_pool_value = in DoComputeAccessorStubFrame()
1541 reinterpret_cast<intptr_t>(accessor_stub->constant_pool()); in DoComputeAccessorStubFrame()
1615 intptr_t top_address = input_->GetRegister(fp_reg.code()) - in DoComputeCompiledStubFrame()
1622 intptr_t value = input_->GetFrameSlot(input_frame_offset); in DoComputeCompiledStubFrame()
1636 intptr_t frame_ptr = input_->GetRegister(fp_reg.code()); in DoComputeCompiledStubFrame()
1676 value = reinterpret_cast<intptr_t>( in DoComputeCompiledStubFrame()
1686 intptr_t caller_arg_count = 0; in DoComputeCompiledStubFrame()
1692 intptr_t the_hole = reinterpret_cast<intptr_t>( in DoComputeCompiledStubFrame()
1786 output_frame->SetPc(reinterpret_cast<intptr_t>( in DoComputeCompiledStubFrame()
1791 intptr_t constant_pool_value = in DoComputeCompiledStubFrame()
1792 reinterpret_cast<intptr_t>(trampoline->constant_pool()); in DoComputeCompiledStubFrame()
1800 reinterpret_cast<intptr_t>(notify_failure->entry())); in DoComputeCompiledStubFrame()
2181 intptr_t input_value = input_->GetRegister(input_reg); in DoTranslateObject()
2185 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2201 intptr_t value = input_->GetRegister(input_reg); in DoTranslateObject()
2206 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2214 intptr_t tagged_value = in DoTranslateObject()
2215 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateObject()
2231 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2239 intptr_t tagged_value = in DoTranslateObject()
2240 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateObject()
2255 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2268 intptr_t input_value = input_->GetFrameSlot(input_offset); in DoTranslateObject()
2272 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2288 intptr_t value = input_->GetFrameSlot(input_offset); in DoTranslateObject()
2293 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2300 intptr_t tagged_value = in DoTranslateObject()
2301 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateObject()
2319 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2326 intptr_t tagged_value = in DoTranslateObject()
2327 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateObject()
2343 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2357 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2363 intptr_t value = reinterpret_cast<intptr_t>(literal); in DoTranslateObject()
2373 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2381 intptr_t value = reinterpret_cast<intptr_t>( in DoTranslateObject()
2395 reinterpret_cast<intptr_t>(object_slot), in DoTranslateObject()
2403 intptr_t value = reinterpret_cast<intptr_t>( in DoTranslateObject()
2426 const intptr_t kPlaceholder = reinterpret_cast<intptr_t>(Smi::FromInt(0)); in DoTranslateCommand()
2444 intptr_t input_value = input_->GetRegister(input_reg); in DoTranslateCommand()
2463 intptr_t value = input_->GetRegister(input_reg); in DoTranslateCommand()
2476 intptr_t tagged_value = in DoTranslateCommand()
2477 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateCommand()
2505 intptr_t tagged_value = in DoTranslateCommand()
2506 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateCommand()
2539 intptr_t input_value = input_->GetFrameSlot(input_offset); in DoTranslateCommand()
2560 intptr_t value = input_->GetFrameSlot(input_offset); in DoTranslateCommand()
2574 intptr_t tagged_value = in DoTranslateCommand()
2575 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateCommand()
2605 intptr_t tagged_value = in DoTranslateCommand()
2606 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(value))); in DoTranslateCommand()
2647 intptr_t value = reinterpret_cast<intptr_t>(literal); in DoTranslateCommand()
2665 intptr_t value = reinterpret_cast<intptr_t>( in DoTranslateCommand()
2688 intptr_t value = reinterpret_cast<intptr_t>( in DoTranslateCommand()
2756 void Deoptimizer::AddObjectStart(intptr_t slot, int length, bool is_args) { in AddObjectStart()
2763 void Deoptimizer::AddObjectDuplication(intptr_t slot, int object_index) { in AddObjectDuplication()
2770 void Deoptimizer::AddObjectTaggedValue(intptr_t value) { in AddObjectTaggedValue()
2783 void Deoptimizer::AddDoubleValue(intptr_t slot_address, double value) { in AddDoubleValue()