Home
last modified time | relevance | path

Searched refs:HandleSub (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp100 static Operand *HandleSub(const BaseNode &parent, BaseNode &expr, CGFunc &cgFunc) in HandleSub() function
247 RegisterFactoryFunction<HandleExprFactory>(OP_sub, HandleSub); in InitHandleExprFactory()
H A Disel.cpp311 static Operand *HandleSub(const BaseNode &parent, BaseNode &expr, MPISel &iSel) in HandleSub() function
477 RegisterFactoryFunction<HandleExprFactory>(OP_sub, HandleSub); in InitHandleExprFactory()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp186 {OpCode::SUB, &LLVMIRBuilder::HandleSub}, in InitializeHandlers()
1861 void LLVMIRBuilder::HandleSub(GateRef gate) in HandleSub() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp379 HandleSub(gate); in HandleBB()
1979 void LiteCGIRBuilder::HandleSub(GateRef gate) in HandleSub() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h1062 ALWAYS_INLINE void HandleSub() in HandleSub() function in ark::interpreter::InstructionHandler
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h1069 bool HandleSub();

Completed in 27 milliseconds