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

  /external/v8/include/
v8-experimental.h 25 struct LabelId {
42 LabelId MakeLabel();
43 void SetLabel(LabelId label_id);
44 void Goto(LabelId label_id);
45 void CheckNotZeroOrJump(ValueId value_id, LabelId label_id);
  /external/v8/src/
fast-accessor-assembler.h 49 typedef v8::experimental::FastAccessorBuilder::LabelId LabelId;
78 LabelId MakeLabel();
79 void SetLabel(LabelId label_id);
80 void Goto(LabelId label_id);
81 void CheckNotZeroOrJump(ValueId value_id, LabelId label_id);
91 LabelId FromRaw(compiler::CodeAssemblerLabel* label);
93 compiler::CodeAssemblerLabel* FromId(LabelId value) const;
95 void CheckIsJSObjectOrJump(ValueId value, LabelId label_id);
107 // Node + Label pointers integers wrapped in ValueId and LabelId instances
    [all...]
api-experimental.cc 115 FastAccessorBuilder::LabelId FastAccessorBuilder::MakeLabel() {
120 void FastAccessorBuilder::SetLabel(LabelId label_id) {
124 void FastAccessorBuilder::Goto(LabelId label_id) {
129 LabelId label_id) {
fast-accessor-assembler.cc 51 LabelId is_not_jsobject = MakeLabel();
79 LabelId is_jsobject = MakeLabel();
80 LabelId is_not_jsobject = MakeLabel();
148 FastAccessorAssembler::LabelId FastAccessorAssembler::MakeLabel() {
153 void FastAccessorAssembler::SetLabel(LabelId label_id) {
158 void FastAccessorAssembler::Goto(LabelId label_id) {
164 LabelId label_id) {
202 LabelId label_id) {
242 FastAccessorAssembler::LabelId FastAccessorAssembler::FromRaw(
245 LabelId label_id = {labels_.size() - 1}
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h 52 unsigned LabelId; // Label id of the load.
76 unsigned getLabelId() const { return LabelId; }
97 return this->LabelId == A->LabelId &&
ARMConstantPoolValue.cpp 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
71 ID.AddInteger(LabelId);
80 if (ACPV->LabelId == LabelId)
97 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust;
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp 801 unsigned LabelId, MCContext &Ctx) {
804 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
76 ID.AddInteger(LabelId);
85 ACPV->LabelId == LabelId &&
102 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust;
ARMConstantPoolValue.h 53 unsigned LabelId; // Label id of the load.
97 unsigned getLabelId() const { return LabelId; }
116 return this->LabelId == A->LabelId &&
ARMAsmPrinter.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigFileExplorer.c 56 Clean up the dynamic opcode at label and form specified by both LabelId.
58 @param[in] LabelId It is both the Form ID and Label ID for opcode deletion.
64 IN UINT16 LabelId,
73 mStartLabel->Number = LabelId;
77 LabelId,
78 mStartOpCodeHandle, // Label LabelId
SecureBootConfigImpl.h 409 Clean up the dynamic opcode at label and form specified by both LabelId.
411 @param[in] LabelId It is both the Form ID and Label ID for opcode deletion.
417 IN UINT16 LabelId,
SecureBootConfigImpl.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigImpl.c 1117 Clean up the dynamic opcode at label and form specified by both LabelId.
1119 @param[in] LabelId It is both the Form ID and Label ID for opcode deletion.
1125 IN UINT16 LabelId,
1134 mStartLabel->Number = LabelId;
1138 LabelId,
1139 mStartOpCodeHandle, // Label LabelId
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 146 UINT16 LabelId;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 134 UINT16 LabelId;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
UpdatePage.c 134 Clean up the dynamic opcode at label and form specified by both LabelId.
136 @param LabelId It is both the Form ID and Label ID for opcode deletion.
142 IN UINT16 LabelId,
151 mStartLabel->Number = LabelId;
155 LabelId,
156 mStartOpCodeHandle, // Label LabelId
    [all...]
BootMaint.h 983 both LabelId.
985 @param LabelId It is both the Form ID and Label ID for
992 IN UINT16 LabelId,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
UpdatePage.c 165 Clean up the dynamic opcode at label and form specified by both LabelId.
167 @param LabelId It is both the Form ID and Label ID for opcode deletion.
173 IN UINT16 LabelId,
182 mStartLabel->Number = LabelId;
186 LabelId,
187 mStartOpCodeHandle, // Label LabelId
    [all...]
BootMaintenanceManager.h 853 both LabelId.
855 @param LabelId It is both the Form ID and Label ID for
862 IN UINT16 LabelId,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 157 unsigned LabelId = (unsigned)MI->getOperand(0).getImm();
166 OutStreamer->EmitLabel(GetCPISymbol(LabelId));
    [all...]

Completed in 1940 milliseconds