Home
last modified time | relevance | path

Searched refs:RecomputeDefinitionLocations (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dinstructions.cc51 void PeekInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::PeekInstruction
67 void PokeInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::PokeInstruction
77 void DeleteRangeInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::DeleteRangeInstruction
87 void PushUninitializedInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::PushUninitializedInstruction
101 void PushBuiltinPointerInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::PushBuiltinPointerInstruction
115 void NamespaceConstantInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::NamespaceConstantInstruction
171 void CallIntrinsicInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::CallIntrinsicInstruction
234 void CallCsaMacroInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::CallCsaMacroInstruction
327 void CallCsaMacroAndBranchInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::CallCsaMacroAndBranchInstruction
439 void CallBuiltinInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations() function in v8::internal::torque::CallBuiltinInstruction
[all …]
Dinstructions.h68 void RecomputeDefinitionLocations(Stack<DefinitionLocation>* locations, \
195 virtual void RecomputeDefinitionLocations(
268 void RecomputeDefinitionLocations(Stack<DefinitionLocation>* locations, in RecomputeDefinitionLocations() function
270 instruction_->RecomputeDefinitionLocations(locations, worklist); in RecomputeDefinitionLocations()
Dcfg.cc229 instruction.RecomputeDefinitionLocations(&definitions, &worklist); in ComputeInputDefinitions()