Searched refs:weight (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | weighted_adaptive_tlab_average.h | 26 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 D | interference_graph.h | 118 void SetSpillWeight(float weight) in SetSpillWeight() argument 120 weight_ = weight; in SetSpillWeight()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_gate_meta_data.h | 530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue() argument 534 | WeightBits::Encode(weight); in ToValue()
|
H A D | mcr_circuit_builder.h | 606 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 D | typed_bytecode_lowering.cpp | 517 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 D | circuit_builder.h | 263 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 D | mcr_circuit_builder.cpp | 836 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 D | cocos_worker_test.js | [all...] |
Completed in 54 milliseconds