Home
last modified time | relevance | path

Searched refs:ASMWriteBarrierWithEden (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h60 V(ASMWriteBarrierWithEden)
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h187 static void ASMWriteBarrierWithEden(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1687 // ASMWriteBarrierWithEden(GateRef glue, GateRef obj, GateRef offset, GateRef value)
1693 void AsmInterpreterCall::ASMWriteBarrierWithEden(ExtendedAssembler* assembler) in ASMWriteBarrierWithEden() function in panda::ecmascript::x64::AsmInterpreterCall
1695 __ BindAssemblerStub(RTSTUB_ID(ASMWriteBarrierWithEden)); in ASMWriteBarrierWithEden()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h218 static void ASMWriteBarrierWithEden(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1317 // ASMWriteBarrierWithEden(GateRef glue, GateRef obj, GateRef offset, GateRef value)
1323 void AsmInterpreterCall::ASMWriteBarrierWithEden(ExtendedAssembler* assembler)
1325 __ BindAssemblerStub(RTSTUB_ID(ASMWriteBarrierWithEden));
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h633 V(ASMWriteBarrierWithEden) \
H A Dcall_signature.cpp837 DEF_CALL_SIGNATURE(ASMWriteBarrierWithEden) in DEF_CALL_SIGNATURE()
839 SETVALUEBARRIER_CALL_ARGS_SIGNATURE_COMMON(ASMWriteBarrierWithEden); in DEF_CALL_SIGNATURE()

Completed in 12 milliseconds