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 | 3442 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3477 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3514 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3853 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3865 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 3877 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER() 4111 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() 4138 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() 4164 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER() 4189 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 | 248 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
|
| D | stub_builder-inl.h | 2201 inline GateRef StubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function 2203 return env_->GetBuilder()->GetModuleFromFunction(function); in GetModuleFromFunction()
|
| 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.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);
|