Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dweighted_adaptive_tlab_average.h26 …htedAdaptiveTlabAverage(float initTlabSize, float upperSumBorder, float maxGrowRatio, float weight, in WeightedAdaptiveTlabAverage()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dcfg_mst.cpp79 uint64 weight = edge->GetWeight(); in AddEdge() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dinstrument.h98 uint64 weight; variable
/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.h530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue()
Dmcr_circuit_builder.h606 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
Dtyped_bytecode_lowering.cpp517 uint32_t weight = tacc.GetBranchWeight(); in SpeculateConditionJump() local
Dmcr_circuit_builder.cpp832 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, in TypedConditionJump()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js56112 weight: 0 property
60629 return new c1(t, this, this._items, this._items.map((({weight: t}) => t))); property