Searched defs:notEcmaObject (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 4118 Branch(TaggedIsHeapObject(v0), &isHeapObject, ¬EcmaObject); in GenerateCircuit() local 4120 Branch(TaggedObjectIsEcmaObject(v0), &isEcmaObject, ¬EcmaObject); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 1493 BRANCH(TaggedIsHeapObject(value), &isHeapObject, ¬EcmaObject);
in DECLARE_ASM_HANDLER() local 1495 BRANCH(TaggedObjectIsEcmaObject(value), &isEcmaObject, ¬EcmaObject);
in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | asm_interpreter_call.cpp | 1188 Label notEcmaObject; in ResumeRspAndDispatch() local 1378 Label notEcmaObject; in ResumeRspAndReturnBaseline() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 1329 BRANCH(IsEcmaObject(obj), &isEcmaObject, ¬EcmaObject);
in SetPrototypeOf() local
|
Completed in 33 milliseconds