Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1220 // value is not young : 0x08, [0x0A, 0x11], => checkMark
1226 Label checkMark;
1250 // goto checkMark
1259 __ B(NE, &checkMark);
1260 // if value is not in young, goto checkMark
1271 __ Bind(&checkMark);
1273 // checkMark:
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1594 // value is not young : 0x08, [0x0A, 0x11], => checkMark in ASMFastWriteBarrier()
1600 Label checkMark; in ASMFastWriteBarrier() local
1623 // goto checkMark in ASMFastWriteBarrier()
1632 __ Jne(&checkMark); in ASMFastWriteBarrier()
1633 // if value is not in young, goto checkMark in ASMFastWriteBarrier()
1643 __ Bind(&checkMark); in ASMFastWriteBarrier()
1645 // checkMark: in ASMFastWriteBarrier()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 34 milliseconds