Home
last modified time | relevance | path

Searched refs:notClassPrototype (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.cpp355 Label notClassPrototype(env); in StoreOwnByIndex()
356 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StoreOwnByIndex() local
357 Bind(&notClassPrototype); in StoreOwnByIndex()
582 Label notClassPrototype(env); in StOwnByIndex()
583 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByIndex() local
584 Bind(&notClassPrototype); in StOwnByIndex()
614 Label notClassPrototype(env); in StOwnByValue()
615 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByValue() local
616 Bind(&notClassPrototype); in StOwnByValue()
646 Label notClassPrototype(en in StOwnByName()
647 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); StOwnByName() local
682 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); StOwnByValueWithNameSet() local
727 BRANCH(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); StOwnByNameWithNameSet() local
[all...]
H A Dinterpreter_stub.cpp1811 Label notClassPrototype(env); in DECLARE_ASM_HANDLER()
1812 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in DECLARE_ASM_HANDLER() local
1813 Bind(&notClassPrototype); in DECLARE_ASM_HANDLER()
1844 Label notClassPrototype(env); in DECLARE_ASM_HANDLER()
1845 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in DECLARE_ASM_HANDLER() local
1846 Bind(&notClassPrototype); in DECLARE_ASM_HANDLER()
2020 Label notClassPrototype(env); in DECLARE_ASM_HANDLER()
2021 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in DECLARE_ASM_HANDLER() local
2022 Bind(&notClassPrototype); in DECLARE_ASM_HANDLER()
2154 Label notClassPrototype(en in DECLARE_ASM_HANDLER()
2164 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); DECLARE_ASM_HANDLER() local
2207 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); DECLARE_ASM_HANDLER() local
2326 BRANCH(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); DECLARE_ASM_HANDLER() local
2368 BRANCH(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); DECLARE_ASM_HANDLER() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2343 Label notClassPrototype(env); in GenerateCircuit()
2344 Branch(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in GenerateCircuit() local
2345 Bind(&notClassPrototype); in GenerateCircuit()
2379 Label notClassPrototype(env); in GenerateCircuit()
2380 Branch(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in GenerateCircuit() local
2381 Bind(&notClassPrototype); in GenerateCircuit()
3113 Label notClassPrototype(env); in GenerateCircuit()
3123 Branch(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in GenerateCircuit() local
3124 Bind(&notClassPrototype); in GenerateCircuit()
3161 Label notClassPrototype(en in GenerateCircuit()
3171 Branch(IsClassPrototype(receiver), &slowPath, &notClassPrototype); GenerateCircuit() local
3223 Branch(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); GenerateCircuit() local
3274 Branch(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); GenerateCircuit() local
4392 Branch(IsClassPrototype(receiver), &slowPath, &notClassPrototype); GenerateCircuit() local
[all...]

Completed in 19 milliseconds