| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | updateExpression.cpp | 52 pg->ToNumeric(this, operandReg); in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 49 JSHandle<JSTaggedValue> inputVal = JSTaggedValue::ToNumeric(thread, value); in RuntimeInc() 61 JSHandle<JSTaggedValue> inputVal = JSTaggedValue::ToNumeric(thread, value); in RuntimeDec() 75 JSHandle<JSTaggedValue> valBase = JSTaggedValue::ToNumeric(thread, baseTag); in RuntimeExp() 77 JSHandle<JSTaggedValue> valExponent = JSTaggedValue::ToNumeric(thread, exponentTag); in RuntimeExp() 721 JSHandle<JSTaggedValue> inputVal = JSTaggedValue::ToNumeric(thread, value); in RuntimeNeg() 747 JSHandle<JSTaggedValue> inputVal = JSTaggedValue::ToNumeric(thread, value); in RuntimeNot() 1379 return JSTaggedValue::ToNumeric(thread, value).GetTaggedValue(); in RuntimeToNumeric() 1495 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, primitiveA0); in RuntimeAdd2() 1497 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, primitiveA1); in RuntimeAdd2() 1516 JSHandle<JSTaggedValue> leftValue = JSTaggedValue::ToNumeric(thread, left); in RuntimeShl2() [all …]
|
| D | runtime_stubs.h | 271 V(ToNumeric) \
|
| D | runtime_stubs.cpp | 1812 DEF_RUNTIME_STUBS(ToNumeric) in DEF_RUNTIME_STUBS() argument 1814 RUNTIME_STUBS_HEADER(ToNumeric); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_number_format.cpp | 154 JSHandle<JSTaggedValue> x = JSTaggedValue::ToNumeric(thread, value); in FormatToParts() 209 JSHandle<JSTaggedValue> x = JSTaggedValue::ToNumeric(thread, value); in NumberFormatInternalFormatNumber()
|
| D | builtins_math.cpp | 584 JSHandle<JSTaggedValue> baseVale = JSTaggedValue::ToNumeric(thread, msgX); in Pow() 586 JSHandle<JSTaggedValue> exponentValue = JSTaggedValue::ToNumeric(thread, msgY); in Pow()
|
| D | builtins_number.cpp | 53 JSHandle<JSTaggedValue> numericVal = JSTaggedValue::ToNumeric(thread, value); in NumberConstructor()
|
| D | builtins_dataview.cpp | 427 JSHandle<JSTaggedValue> numValueHandle = JSTaggedValue::ToNumeric(thread, value); in SetViewValue()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 33 static JSTaggedValue ToNumeric(JSThread *thread, JSTaggedValue value);
|
| D | slow_runtime_stub.cpp | 86 JSTaggedValue SlowRuntimeStub::ToNumeric(JSThread *thread, JSTaggedValue value) in ToNumeric() function in panda::ecmascript::SlowRuntimeStub
|
| D | interpreter-inl.h | 4588 JSTaggedValue res = SlowRuntimeStub::ToNumeric(thread, value); in RunInternal() 4605 JSTaggedValue res = SlowRuntimeStub::ToNumeric(thread, value); in RunInternal()
|
| D | interpreter_assembly.cpp | 2853 JSTaggedValue res = SlowRuntimeStub::ToNumeric(thread, value); in HandleTonumericImm8() 4697 JSTaggedValue res = SlowRuntimeStub::ToNumeric(thread, value); in HandleDeprecatedTonumericPrefV8()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.h | 417 static JSHandle<JSTaggedValue> ToNumeric(JSThread *thread, JSHandle<JSTaggedValue> tagged);
|
| D | js_tagged_value.cpp | 1206 JSHandle<JSTaggedValue> JSTaggedValue::ToNumeric(JSThread *thread, JSHandle<JSTaggedValue> tagged) in ToNumeric() function in panda::ecmascript::JSTaggedValue
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 381 void ToNumeric(const ir::AstNode *node, VReg arg);
|
| D | pandagen.cpp | 1373 void PandaGen::ToNumeric(const ir::AstNode *node, VReg arg) in ToNumeric() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 2768 GateRef res = CallRuntime(glue, RTSTUB_ID(ToNumeric), { value }); in DECLARE_ASM_HANDLER() 2788 GateRef res = CallRuntime(glue, RTSTUB_ID(ToNumeric), { value }); in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 1548 result = LowerCallRuntime(gate, RTSTUB_ID(ToNumeric), { value }, true); in LowerToNumeric()
|