Home
last modified time | relevance | path

Searched refs:IsJsProxy (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stub_builder.cpp51 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
174 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in QueueCommonFuncCall()
283 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in DequeCommonFuncCall()
394 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLightWeightCall()
509 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersHashCall()
643 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLinkedListCall()
H A Dbuiltins_object_stub_builder.cpp1298 BRANCH(IsJsProxy(obj), slowPath, &notJsProxy); in GetPrototypeOf()
1343 GateRef isSpecialobj = LogicOrBuilder(env).Or(IsJsProxy(obj)).Or(TaggedIsSharedObj(obj)) in SetPrototypeOf()
1446 BRANCH(IsJsProxy(*tempProto), &loopExit, &protoNotProxy); in ObjectSetPrototype()
2135 BRANCH(IsJsProxy(obj), slowPath, &isNotJsProxy); in TestIntegrityLevel()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h101 GateRef CircuitBuilder::IsJsProxy(GateRef obj) in IsJsProxy() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dcall_stub_builder.cpp215 BRANCH(IsJsProxy(func_), &methodNotAot, &checkAot); in JSCallJSFunction()
H A Dcircuit_builder.cpp1260 BRANCH_CIR2(IsJsProxy(object), &objectIsJsProxy, &objectNotIsJsProxy); in GetPrototype()
H A Dcircuit_builder.h481 inline GateRef IsJsProxy(GateRef obj);
H A Dstub_builder.h419 GateRef IsJsProxy(GateRef obj);
H A Dstub_builder-inl.h1453 inline GateRef StubBuilder::IsJsProxy(GateRef obj) in IsJsProxy() function in panda::ecmascript::kungfu::StubBuilder
H A Dtyped_hcr_lowering.cpp2932 BRANCH_CIR(builder_.IsJsProxy(*object), &objectIsJsProxy, &objectNotIsJsProxy); in LowerOrdinaryHasInstance()
H A Dstub_builder.cpp8075 result = LogicOrBuilder(env).Or(IsJSGlobalObject(obj)).Or(IsJsProxy(obj)).Or(IsSpecialKeysObject(obj)).Done(); in IsSlowKeysObject()

Completed in 58 milliseconds