Home
last modified time | relevance | path

Searched refs:CallCsaMacroAndBranchInstruction (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dinstructions.cc279 void CallCsaMacroAndBranchInstruction::TypeInstruction( in TypeInstruction()
327 void CallCsaMacroAndBranchInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
361 std::size_t CallCsaMacroAndBranchInstruction::GetLabelCount() const { in GetLabelCount()
365 std::size_t CallCsaMacroAndBranchInstruction::GetLabelValueDefinitionCount( in GetLabelValueDefinitionCount()
371 DefinitionLocation CallCsaMacroAndBranchInstruction::GetLabelValueDefinition( in GetLabelValueDefinition()
381 std::size_t CallCsaMacroAndBranchInstruction::GetValueDefinitionCount() const { in GetValueDefinitionCount()
387 DefinitionLocation CallCsaMacroAndBranchInstruction::GetValueDefinition( in GetValueDefinition()
394 CallCsaMacroAndBranchInstruction::GetExceptionObjectDefinition() const { in GetExceptionObjectDefinition()
400 const CallCsaMacroAndBranchInstruction& instruction) { in operator <<()
Dinstructions.h44 V(CallCsaMacroAndBranchInstruction) \
497 struct CallCsaMacroAndBranchInstruction : InstructionBase { struct
499 CallCsaMacroAndBranchInstruction(Macro* macro, in CallCsaMacroAndBranchInstruction() argument
532 const CallCsaMacroAndBranchInstruction& instruction); argument
Dcc-generator.cc258 const CallCsaMacroAndBranchInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc364 const CallCsaMacroAndBranchInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc2929 assembler().Emit(CallCsaMacroAndBranchInstruction{ in GenerateCall()