Home
last modified time | relevance | path

Searched refs:IsParameter (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dvariables.h121 bool IsParameter() const { return location() == VariableLocation::PARAMETER; } in IsParameter() function
123 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated()
213 DCHECK(IsParameter()); in IsReceiver()
Dscopes.cc2483 DCHECK(var->IsUnallocated() || var->IsParameter()); in AllocateParameter()
/third_party/node/deps/v8/src/torque/
Dtorque-code-generator.h39 } else if (location.IsParameter()) { in DefinitionToVariable()
Dinstructions.h106 bool IsParameter() const { return kind_ == Kind::kParameter; } in IsParameter() function
111 DCHECK(IsParameter()); in GetParameterIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h403 IsParameter = 1 << 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp69 CV_ENUM_CLASS_ENT(LocalSymFlags, IsParameter),
/third_party/node/deps/v8/src/objects/
Dscope-info.cc93 DCHECK(var->IsParameter()); in Create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2620 Flags |= LocalSymFlags::IsParameter; in emitLocalVariable()
2658 (bool(Flags & LocalSymFlags::IsParameter) in emitLocalVariable()