Home
last modified time | relevance | path

Searched refs:Emission (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.h238 enum class Emission { kIfNeeded, kForced }; class
272 V8_EXPORT_PRIVATE void Check(Emission force_emission, Jump require_jump,
H A Dconstant-pool.cc372 // (B) Emission can be done behind an unconditional branch and {dist32/64} in ShouldEmitNow()
456 Check(Emission::kIfNeeded, Jump::kRequired); in MaybeCheck()
621 // (B) Emission can be done behind an unconditional branch and {dist32/64} in ShouldEmitNow()
705 Check(Emission::kIfNeeded, Jump::kRequired); in MaybeCheck()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.cpp1091 return MaterialParameter::Emission; in FromGLenum()
1111 case MaterialParameter::Emission: in ToGLenum()
1136 case MaterialParameter::Emission: in operator <<()
H A DPackedGLEnums_autogen.h281 Emission = 3, member in gl::MaterialParameter
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1298 constpool_.Check(Emission::kForced, Jump::kOmitted); in ForceConstantPoolEmissionWithoutJump()
1301 constpool_.Check(Emission::kForced, Jump::kRequired); in ForceConstantPoolEmissionWithJump()
1306 constpool_.Check(Emission::kIfNeeded, Jump::kRequired, margin); in EmitConstPoolWithJumpIfNeeded()
1310 constpool_.Check(Emission::kIfNeeded, Jump::kOmitted, margin); in EmitConstPoolWithoutJumpIfNeeded()
1517 // Emission of the trampoline pool may be blocked in some code sequences.
H A Dassembler-riscv64.cc3743 // Emission is currently blocked; make sure we try again as soon as in CheckTrampolinePool()
4025 void ConstantPool::Check(Emission force_emit, Jump require_jump, in Check()
4031 DCHECK_EQ(force_emit, Emission::kIfNeeded); in Check()
4039 if (!IsEmpty() && (force_emit == Emission::kForced || in Check()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h2383 constpool_.Check(Emission::kForced, Jump::kOmitted);
2386 constpool_.Check(Emission::kForced, Jump::kRequired);
2391 constpool_.Check(Emission::kIfNeeded, Jump::kRequired, margin);
2642 // Emission of the veneer pools may be blocked in some code sequences.
H A Dassembler-arm64.cc4436 void ConstantPool::Check(Emission force_emit, Jump require_jump, in Check()
4442 DCHECK_EQ(force_emit, Emission::kIfNeeded); in Check()
4450 if (!IsEmpty() && (force_emit == Emission::kForced || in Check()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp2439 case MaterialParameter::Emission: in SetMaterialParameters()
2484 case MaterialParameter::Emission: in GetMaterialParameters()
2541 case MaterialParameter::Emission: in GetMaterialParameterCount()
H A DvalidationES1.cpp269 case MaterialParameter::Emission: in ValidateMaterialCommon()

Completed in 47 milliseconds