Searched refs:maybe_code (Results 1 – 5 of 5) sorted by relevance
200 bool Builtins::IsBuiltinHandle(Handle<HeapObject> maybe_code, in IsBuiltinHandle() argument203 Address handle_location = maybe_code.address(); in IsBuiltinHandle()
104 bool IsBuiltinHandle(Handle<HeapObject> maybe_code, int* index) const;
4817 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileJSToWasmWrapper() local4820 if (!maybe_code.ToHandle(&code)) { in CompileJSToWasmWrapper()4821 return maybe_code; in CompileJSToWasmWrapper()4894 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileWasmToJSWrapper() local4898 if (!maybe_code.ToHandle(&code)) { in CompileWasmToJSWrapper()4899 return maybe_code; in CompileWasmToJSWrapper()4961 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileWasmInterpreterEntry() local4965 if (!maybe_code.ToHandle(&code)) { in CompileWasmInterpreterEntry()4966 return maybe_code; in CompileWasmInterpreterEntry()4981 return maybe_code; in CompileWasmInterpreterEntry()[all …]
947 MaybeHandle<Code> maybe_code = pipeline_.FinalizeCode(); in FinalizeJobImpl() local949 if (!maybe_code.ToHandle(&code)) { in FinalizeJobImpl()2517 MaybeHandle<Code> maybe_code = data->code(); in FinalizeCode() local2519 if (!maybe_code.ToHandle(&code)) { in FinalizeCode()2520 return maybe_code; in FinalizeCode()
401 MaybeHandle<Code> maybe_code = isolate()->factory()->TryNewCode( in FinalizeCode() local408 if (!maybe_code.ToHandle(&code)) { in FinalizeCode()