/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
VmMirror.java | 43 import org.apache.harmony.jpda.tests.framework.jdwp.Frame.Variable; [all...] |
/external/deqp/framework/randomshaders/ |
rsgExpression.cpp | 51 if ((m_exprFlags & CONST_EXPR) && (entry->getVariable()->getStorage() != Variable::STORAGE_CONST)) 147 DE_ASSERT(entry->getVariable()->getStorage() == Variable::STORAGE_UNIFORM); 890 return 0.0f; // Would require creating a new variable 913 // - variable valuerange is made unbound 959 Variable* allocateNewVariable (GeneratorState& state, ConstValueRangeAccess valueRange) 961 Variable* variable = state.getVariableManager().allocate(valueRange.getType()); local 964 state.getVariableManager().setValue(variable, valueRange); 967 static const Variable::Storage storages[] = 969 Variable::STORAGE_CONST [all...] |
rsgVariableValue.hpp | 23 * \brief Variable Value class. 348 VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType()) {} 351 const Variable* getVariable (void) const { return m_variable; } 361 const Variable* m_variable;
|
/external/javassist/src/main/javassist/compiler/ |
TypeChecker.java | 216 if (left instanceof Variable) 217 atVariableAssign(expr, op, (Variable)left, 218 ((Variable)left).getDeclarator(), 237 private void atVariableAssign(Expr expr, int op, Variable var, 919 if (oprand instanceof Variable) { 920 Declarator d = ((Variable)oprand).getDeclarator(); 955 public void atVariable(Variable v) throws CompileError { [all...] |
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.cpp | 59 "Debug Variable Analysis", false, false) 63 "Debug Variable Analysis", false, false) 100 /// UserValue - A user value is a part of a debug info user variable. 103 /// holds part of a user variable. The part is identified by a byte offset. 106 /// user values are related if they refer to the same variable, or if they are 112 const MDNode *Variable; ///< The debug info variable we are part of. 114 unsigned offset; ///< Byte offset into variable. 116 DebugLoc dl; ///< The debug location for the variable. This is 145 : Variable(var), Expression(expr), offset(o), IsIndirect(i) [all...] |
/external/v8/src/interpreter/ |
interpreter.cc | 36 typedef CodeStubAssembler::Variable Variable; 504 Variable var_result(assembler, MachineRepresentation::kTagged); 519 Variable var_result(assembler, MachineRepresentation::kTagged); [all...] |
/external/r8/src/test/java/com/android/tools/r8/debug/ |
DebugTestBase.java | 33 import org.apache.harmony.jpda.tests.framework.jdwp.Frame.Variable; 623 Optional<Variable> localVar = JUnit3Wrapper 629 Optional<Variable> localVar = getVariableAt(mirror, getLocation(), localName); 779 private static boolean inScope(long index, Variable var) { 785 private static Optional<Variable> getVariableAt(VmMirror mirror, Location location, 792 private static List<Variable> getVariablesAt(VmMirror mirror, Location location) { 793 // Get variable table and keep only variables visible at this location. 799 private static List<Variable> getVariables(VmMirror mirror, long classID, long methodID) { 800 List<Variable> list = mirror.getVariableTable(classID, methodID); [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 479 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/external/clang/lib/Index/ |
IndexSymbol.cpp | 100 Info.Kind = SymbolKind::Variable; 103 Info.Kind = SymbolKind::Variable; 328 case SymbolKind::Variable: return "variable";
|
/external/v8/src/builtins/ |
builtins-promise.cc | 113 Variable var_result(this, MachineRepresentation::kTagged); 234 Variable var_value_map(this, MachineRepresentation::kTagged); 283 Variable var_result(this, MachineRepresentation::kTagged); 381 Variable var_deferred_promise(this, MachineRepresentation::kTagged), 423 Variable var_on_resolve(this, MachineRepresentation::kTagged), 675 Variable var_reason(this, MachineRepresentation::kTagged), [all...] |
builtins-array.cc | 194 typedef CodeStubAssembler::Variable Variable; 196 Variable arg_index(&assembler, MachineType::PointerRepresentation()); 474 Variable original_map(this, MachineRepresentation::kTagged); 564 Variable merged_length(this, MachineRepresentation::kTagged); 632 Variable k(this, MachineRepresentation::kTagged); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyCommon.h | 343 // FIXME: we don't always have a self-variable. 344 SelfVar = new (Arena) til::Variable(nullptr); 345 SelfVar->setKind(til::Variable::VK_SFun); 405 // Map from local variable indices to SSA variables (or constants). 462 til::Variable *SelfVar; // Variable to use for 'this'. May be null.
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/ |
ArmVExpress-RTSM-A15_MPCore.dsc | 221 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf 244 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/ |
EdkIIGlueDxe.h | 228 #include EFI_ARCH_PROTOCOL_DEFINITION (Variable)
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprWalker.java | 79 if(m_expr instanceof org.apache.xpath.operations.Variable) 232 * corresponds to the variable reference qname. The position of the
|
/external/swiftshader/third_party/subzero/src/ |
IceASanInstrumentation.cpp | 227 Variable *FirstShadowLocVar; 276 Variable *Dest = Cur->getDest(); 437 constexpr Variable *Void = nullptr; 475 constexpr Variable *Void = nullptr;
|
/external/v8/src/asmjs/ |
asm-wasm-builder.cc | 48 Variable* var; 601 bool VisitStdlibConstant(Variable* var) { 655 Variable* var = expr->var(); 669 Variable* var = expr->var(); 740 Variable* var = expr->var(); 804 FunctionTableIndices* LookupFunctionTable(Variable* v) { 848 ImportedFunctionIndices* LookupOrInsertImport(Variable* v) { 862 void SetImportName(Variable* v, const char* name, int name_length) { 873 uint32_t LookupOrInsertImportUse(Variable* v, FunctionSig* sig) { 892 // Left hand side is a local or a global variable, no code on LHS [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
Initialization.h | 44 /// \brief The entity being initialized is a variable. 80 /// variable in a lambda. 137 /// \brief The name of the variable being captured by an EK_LambdaCapture. 145 /// \brief When Kind == EK_Variable, EK_Member or EK_Binding, the variable. 146 VD Variable; 177 /// \brief Create the initialization entity for a variable. 180 ManglingNumber(0), Variable{Var, false} { } 197 ManglingNumber(0), Variable{Member, Implicit} { 214 /// \brief Create the initialization entity for a variable. 389 /// \brief Retrieve the variable, parameter, or field bein [all...] |