Searched defs:notClassPrototype (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | access_object_stub_builder.cpp | 356 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StoreOwnByIndex() local 583 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByIndex() local 615 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByValue() local 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 | 1812 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
in DECLARE_ASM_HANDLER() local 1845 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
in DECLARE_ASM_HANDLER() local 2021 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
in DECLARE_ASM_HANDLER() local 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 | 2344 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in GenerateCircuit() local 2380 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in GenerateCircuit() local 3123 Branch(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in GenerateCircuit() local 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 20 milliseconds