Home
last modified time | relevance | path

Searched defs:notEcmaObject (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4118 Branch(TaggedIsHeapObject(v0), &isHeapObject, &notEcmaObject); in GenerateCircuit() local
4120 Branch(TaggedObjectIsEcmaObject(v0), &isEcmaObject, &notEcmaObject); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1493 BRANCH(TaggedIsHeapObject(value), &isHeapObject, &notEcmaObject); in DECLARE_ASM_HANDLER() local
1495 BRANCH(TaggedObjectIsEcmaObject(value), &isEcmaObject, &notEcmaObject); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1188 Label notEcmaObject; in ResumeRspAndDispatch() local
1378 Label notEcmaObject; in ResumeRspAndReturnBaseline() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1329 BRANCH(IsEcmaObject(obj), &isEcmaObject, &notEcmaObject); in SetPrototypeOf() local

Completed in 33 milliseconds