Home
last modified time | relevance | path

Searched refs:weight (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dweighted_adaptive_tlab_average.h26 explicit WeightedAdaptiveTlabAverage(float initTlabSize, float upperSumBorder, float maxGrowRatio, float weight, in WeightedAdaptiveTlabAverage() argument
32 weight_(weight), in WeightedAdaptiveTlabAverage()
109 // Recently observed samples should have greater weight
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h118 void SetSpillWeight(float weight) in SetSpillWeight() argument
120 weight_ = weight; in SetSpillWeight()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue() argument
534 | WeightBits::Encode(weight); in ToValue()
H A Dmcr_circuit_builder.h606 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump() argument
612 auto jumpOp = TypedConditionJump(machineType, Op, weight, paramType, {currentControl, currentDepend, x}); in TypedConditionJump()
H A Dtyped_bytecode_lowering.cpp517 uint32_t weight = tacc.GetBranchWeight(); in SpeculateConditionJump() local
520 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JNEZ>(value, paramType, weight); in SpeculateConditionJump()
522 jump = builder_.TypedConditionJump<TypedJumpOp::TYPED_JEQZ>(value, paramType, weight); in SpeculateConditionJump()
H A Dcircuit_builder.h263 const char* comment = nullptr); // 1: default branch weight
569 GateRef TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, ParamType paramType,
578 inline GateRef TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight);
H A Dmcr_circuit_builder.cpp836 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, in TypedConditionJump() argument
839 uint64_t value = TypedJumpAccessor::ToValue(paramType, jumpOp, weight); in TypedConditionJump()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 54 milliseconds