Home
last modified time | relevance | path

Searched refs:FastToBooleanWithProfile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h841 GateRef FastToBooleanWithProfile(GateRef value, ProfileOperation callback, bool flag = true);
Dinterpreter_stub.cpp3239 varAcc = FastToBooleanWithProfile(*varAcc, callback, true); in DECLARE_ASM_HANDLER()
3253 varAcc = FastToBooleanWithProfile(*varAcc, callback, false); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp6868 GateRef StubBuilder::FastToBooleanWithProfile(GateRef value, ProfileOperation callback, bool flag) in FastToBooleanWithProfile() function in panda::ecmascript::kungfu::StubBuilder