Home
last modified time | relevance | path

Searched defs:Testb (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp172 __ Testb(1, expectedNumArgsReg); in OptimizedFastCallAndPushUndefined() local
193 __ Testb(1, expectedNumArgsReg); in OptimizedFastCallAndPushUndefined() local
254 __ Testb(1, actualNumArgs); in JSFastCallWithArgV() local
345 __ Testb(1, expectedNumArgsReg); in JSFastCallWithArgVAndPushUndefined() local
366 __ Testb(1, expectedNumArgsReg); in JSFastCallWithArgVAndPushUndefined() local
Doptimized_call.cpp156 __ Testb(1, r14); in OptimizedCallAndPushUndefined() local
177 __ Testb(1, r14); // stack 16bytes align check in OptimizedCallAndPushUndefined() local
593 __ Testb(1, r10); in JSBoundFunctionCallInternal() local
671 __ Testb(1, r10); // stack 16bytes align check in JSBoundFunctionCallInternal() local
837 __ Testb(1, expectedNumArgs); in PushArgsWithArgV() local
862 __ Testb(1, expectedNumArgs); in PopJSFunctionArgs() local
983 __ Testb(1, actualNumArgs); in GenJSCallWithArgV() local
Dasm_interpreter_call.cpp623 __ Testb(CALL_TYPE_MASK, callFieldRegister); in PushCallThis() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp344 __ Testb(0x1, r14); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp887 void AssemblerX64::Testb(Immediate src, Register dst) in Testb() function in panda::ecmascript::x64::AssemblerX64