Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_new_test.cpp111 ani_int weight = 0; in TEST_F() local
126 ani_int weight = 0; in TEST_F() local
145 ani_int weight = 0; in TEST_F() local
160 ani_int weight = 0; in TEST_F() local
172 ani_int weight = 0; in TEST_F() local
184 ani_int weight = 0; in TEST_F() local
196 ani_int weight = 0; in TEST_F() local
207 ani_int weight = 0; in TEST_F() local
223 ani_int weight = 0; in TEST_F() local
239 ani_int weight = 0; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dweighted_adaptive_tlab_average.h26 …htedAdaptiveTlabAverage(float initTlabSize, float upperSumBorder, float maxGrowRatio, float weight, in WeightedAdaptiveTlabAverage()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/wref_ops/
Dweak_reference_create_test.cpp76 const ani_int weight = 200; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h118 void SetSpillWeight(float weight) in SetSpillWeight()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h611 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
Dmcr_circuit_builder.h749 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
Dtyped_bytecode_lowering.cpp553 uint32_t weight = tacc.GetBranchWeight(); in SpeculateConditionJump() local
Dmcr_circuit_builder.cpp967 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, in TypedConditionJump()