Searched refs:dependEntry_ (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | async_function_lowering.h | 30 dependEntry_(GetEntryBBDependOut()), methodName_(name)
in AsyncFunctionLowering() 76 GateRef dependEntry_ {Circuit::NullGate()};
|
H A D | ntype_hcr_lowering.h | 33 dependEntry_(circuit->GetDependRoot()), in NTypeHCRLowering() 85 GateRef dependEntry_; member in panda::ecmascript::kungfu::NTypeHCRLowering
|
H A D | string_builder_optimizer.h | 37 dependEntry_(circuit->GetDependRoot()), in StringBuilderOptimizer() 113 GateRef dependEntry_; member in panda::ecmascript::kungfu::StringBuilderOptimizer
|
H A D | typed_bytecode_lowering.h | 49 dependEntry_(circuit->GetDependRoot()), in TypedBytecodeLowering() 253 GateRef dependEntry_ {Gate::InvalidGateRef};
|
H A D | typed_hcr_lowering.h | 114 dependEntry_(circuit->GetDependRoot()), in TypedHCRLowering() 279 GateRef dependEntry_; member in panda::ecmascript::kungfu::TypedHCRLowering
|
H A D | async_function_lowering.cpp | 54 GateRef dependStart = builder_.DependRelay(ifFalseCondition, dependEntry_);
in ProcessJumpTable()
|
H A D | ntype_hcr_lowering.cpp | 284 GateRef result = builder_.Call(cs, glue, target, dependEntry_, args, hirGate, name.c_str()); in LowerCallRuntime()
|
H A D | typed_hcr_lowering.cpp | 728 GateRef result = builder_.Call(cs, glue, target, dependEntry_, args, hirGate, name.c_str()); in LowerCallRuntime()
|
Completed in 10 milliseconds