Searched refs:GetModuleFromFunction (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.h | 102 inline GateRef GetModuleFromFunction(GateRef function);
|
| D | interpreter_stub.cpp | 3439 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3474 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3511 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3850 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3862 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3874 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 4108 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() 4135 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() 4161 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() 4186 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() [all …]
|
| D | new_object_stub_builder.cpp | 543 GateRef module = GetModuleFromFunction(jsFunc); in CreateArrayWithBuffer()
|
| D | interpreter_stub-inl.h | 247 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
|
| D | circuit_builder.cpp | 1438 GateRef CircuitBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder 1466 GateRef module = GetModuleFromFunction(jsFunc); in GetObjectFromConstPool()
|
| D | stub_builder-inl.h | 2202 inline GateRef StubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function 2204 return env_->GetBuilder()->GetModuleFromFunction(function); in GetModuleFromFunction()
|
| D | stub_builder.h | 557 GateRef GetModuleFromFunction(GateRef function);
|
| D | slowpath_lowering.cpp | 2423 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerDefineClassWithBuffer() 2471 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineFunc() 2749 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineMethod()
|
| D | circuit_builder.h | 598 GateRef GetModuleFromFunction(GateRef function);
|