Home
last modified time | relevance | path

Searched refs:FastToBoolean (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp259 Return(FastToBoolean(x)); in GenerateCircuit()
Dstub_builder.h589 GateRef FastToBoolean(GateRef value);
Dinterpreter_stub.cpp2657 varAcc = FastToBoolean(*varAcc); in DECLARE_ASM_HANDLER()
2669 auto result = FastToBoolean(*varAcc); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp3537 result->WriteVariable(FastToBoolean(retValue)); in TryFastHasInstance()
4262 GateRef StubBuilder::FastToBoolean(GateRef value) in FastToBoolean() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp984 Store(VariableType::INT64(), glue, *res, valueOffset, FastToBoolean(value)); in DECLARE_BUILTINS()