Searched refs:FastToBooleanWithProfile (Results 1 – 3 of 3) sorted by relevance
841 GateRef FastToBooleanWithProfile(GateRef value, ProfileOperation callback, bool flag = true);
3239 varAcc = FastToBooleanWithProfile(*varAcc, callback, true); in DECLARE_ASM_HANDLER()3253 varAcc = FastToBooleanWithProfile(*varAcc, callback, false); in DECLARE_ASM_HANDLER()
6868 GateRef StubBuilder::FastToBooleanWithProfile(GateRef value, ProfileOperation callback, bool flag) in FastToBooleanWithProfile() function in panda::ecmascript::kungfu::StubBuilder