Searched refs:notClassPrototype (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.cpp | 355 Label notClassPrototype(env); in StoreOwnByIndex() 356 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StoreOwnByIndex() local 357 Bind(¬ClassPrototype); in StoreOwnByIndex() 582 Label notClassPrototype(env); in StOwnByIndex() 583 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByIndex() local 584 Bind(¬ClassPrototype); in StOwnByIndex() 614 Label notClassPrototype(env); in StOwnByValue() 615 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByValue() local 616 Bind(¬ClassPrototype); in StOwnByValue() 646 Label notClassPrototype(en in StOwnByName() 647 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); StOwnByName() local 682 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); StOwnByValueWithNameSet() local 727 BRANCH(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); StOwnByNameWithNameSet() local [all...] |
H A D | interpreter_stub.cpp | 1811 Label notClassPrototype(env);
in DECLARE_ASM_HANDLER() 1812 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
in DECLARE_ASM_HANDLER() local 1813 Bind(¬ClassPrototype);
in DECLARE_ASM_HANDLER() 1844 Label notClassPrototype(env);
in DECLARE_ASM_HANDLER() 1845 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
in DECLARE_ASM_HANDLER() local 1846 Bind(¬ClassPrototype);
in DECLARE_ASM_HANDLER() 2020 Label notClassPrototype(env);
in DECLARE_ASM_HANDLER() 2021 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
in DECLARE_ASM_HANDLER() local 2022 Bind(¬ClassPrototype);
in DECLARE_ASM_HANDLER() 2154 Label notClassPrototype(en in DECLARE_ASM_HANDLER() 2164 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); DECLARE_ASM_HANDLER() local 2207 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); DECLARE_ASM_HANDLER() local 2326 BRANCH(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); DECLARE_ASM_HANDLER() local 2368 BRANCH(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); DECLARE_ASM_HANDLER() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2343 Label notClassPrototype(env); in GenerateCircuit() 2344 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in GenerateCircuit() local 2345 Bind(¬ClassPrototype); in GenerateCircuit() 2379 Label notClassPrototype(env); in GenerateCircuit() 2380 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in GenerateCircuit() local 2381 Bind(¬ClassPrototype); in GenerateCircuit() 3113 Label notClassPrototype(env); in GenerateCircuit() 3123 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in GenerateCircuit() local 3124 Bind(¬ClassPrototype); in GenerateCircuit() 3161 Label notClassPrototype(en in GenerateCircuit() 3171 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); GenerateCircuit() local 3223 Branch(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); GenerateCircuit() local 3274 Branch(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); GenerateCircuit() local 4392 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); GenerateCircuit() local [all...] |
Completed in 19 milliseconds